]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
fopen -> wxFopen and such
[wxWidgets.git] / include / wx / intl.h
index 7a3a2a92b2e837faf3b10949d2349519596fb005..34072e0dbdbe5f53f7c9a9f50a8d2398df9083e6 100644 (file)
     #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) (str)
+
 // ----------------------------------------------------------------------------
 // forward decls
 // ----------------------------------------------------------------------------