X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..ba0d56c3c2de49a02edf30e296a630f5ff485cec:/include/wx/intl.h diff --git a/include/wx/intl.h b/include/wx/intl.h index df82d4d49a..aaae8d3e25 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -535,7 +535,7 @@ inline const wxChar *wxGetTranslation(const wxChar *sz) // the macros should still be defined - otherwise compilation would fail #if !defined(WXINTL_NO_GETTEXT_MACRO) && !defined(_) - #define _(str) (str) + #define _(str) (_T(str)) #endif #define wxTRANSLATE(str) _T(str)