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:
Ove Kaaven 1999-11-13 10:48:00 +00:00
parent 08942a0c0d
commit 958012e0bd

View 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