]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / intl.h
index 2a8ccef47b8fc5bcadd611795992d1d68f3cd978..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
 
 // ----------------------------------------------------------------------------