From: #define wxTRANSLATE(str) (str)
To: #define wxTRANSLATE(str) wxT(str) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
08942a0c0d
commit
958012e0bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user