From 958012e0bd4b30d3a1584284304ea3d2179a2a5b Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 13 Nov 1999 10:48:00 +0000 Subject: [PATCH] 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 --- include/wx/intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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