]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/module.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / module.h
index c620974f52048ede015ccf78d70f3025b9541eb9..96600b76ca4f0697f25c0371b4ae12b69af19fca 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Wolfram Gloger/adapted by Guilhem Lavaux
 // Modified by:
 // Created:     04/11/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Wolfram Gloger and Guilhem Lavaux
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -69,7 +68,7 @@ protected:
     // after that
     void AddDependency(wxClassInfo *dep)
     {
-        wxCHECK_RET( dep, _T("NULL module dependency") );
+        wxCHECK_RET( dep, wxT("NULL module dependency") );
 
         m_dependencies.Add(dep);
     }