]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
doc view code inteprets wxSTREAM_EOF as correct,
[wxWidgets.git] / include / wx / intl.h
index 2a8ccef47b8fc5bcadd611795992d1d68f3cd978..aec71543fb13c3ec2fdc5bd27f82afce5f5a3bf6 100644 (file)
 // 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
 
+// another one which just marks the strings for extraction, but doesn't
+// perform the translation (use -kwxTRANSLATE with xgettext!)
+#define wxTRANSLATE(str) wxT(str)
+
 // ----------------------------------------------------------------------------
 // forward decls
 // ----------------------------------------------------------------------------