X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c1866e88fb77fc7e0b349cc15f6cebf0f727a9d..a05da1b6827f40c0beb97225e9861356343e196b:/include/wx/intl.h?ds=sidebyside 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