To: #define wxTRANSLATE(str) wxT(str)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4545
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// another one which just marks the strings for extraction, but doesn't
// perform the translation (use -kwxTRANSLATE with xgettext!)
// another one which just marks the strings for extraction, but doesn't
// perform the translation (use -kwxTRANSLATE with xgettext!)
-#define wxTRANSLATE(str) (str)
+#define wxTRANSLATE(str) wxT(str)
// ----------------------------------------------------------------------------
// forward decls
// ----------------------------------------------------------------------------
// forward decls