X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c1866e88fb77fc7e0b349cc15f6cebf0f727a9d..81a4f8460c30608c44346322700c534c5bca4f13:/include/wx/intl.h 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