]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
1. wxFileDialog patch for multiple selection applied (with some small changes),
[wxWidgets.git] / include / wx / intl.h
index 7a3a2a92b2e837faf3b10949d2349519596fb005..aec71543fb13c3ec2fdc5bd27f82afce5f5a3bf6 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) wxT(str)
+
 // ----------------------------------------------------------------------------
 // forward decls
 // ----------------------------------------------------------------------------