]> git.saurik.com Git - wxWidgets.git/commitdiff
From: #define wxTRANSLATE(str) (str)
authorOve Kaaven <ovek@arcticnet.no>
Sat, 13 Nov 1999 10:48:00 +0000 (10:48 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Sat, 13 Nov 1999 10:48:00 +0000 (10:48 +0000)
To:   #define wxTRANSLATE(str) wxT(str)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/intl.h

index 34072e0dbdbe5f53f7c9a9f50a8d2398df9083e6..aec71543fb13c3ec2fdc5bd27f82afce5f5a3bf6 100644 (file)
@@ -37,7 +37,7 @@
 
 // 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