]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
*** empty log message ***
[wxWidgets.git] / include / wx / intl.h
index 89206af3233f36aeb98d7912822ba8dd0b077994..7a3a2a92b2e837faf3b10949d2349519596fb005 100644 (file)
@@ -32,7 +32,7 @@
 // gettext() style macro (notice that xgettext should be invoked with "-k_"
 // option to extract the strings inside _() from the sources)
 #ifndef WXINTL_NO_GETTEXT_MACRO
-    #define   _(str)  wxGetTranslation(T(str))
+    #define   _(str)  wxGetTranslation(wxT(str))
 #endif
 
 // ----------------------------------------------------------------------------