From: Ove Kaaven Date: Sat, 13 Nov 1999 10:48:00 +0000 (+0000) Subject: From: #define wxTRANSLATE(str) (str) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/958012e0bd4b30d3a1584284304ea3d2179a2a5b 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 --- diff --git a/include/wx/intl.h b/include/wx/intl.h index 34072e0dbd..aec71543fb 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -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