X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..30760ce7e58df02af3308cd7de8bd7694e791b8d:/include/wx/intl.h diff --git a/include/wx/intl.h b/include/wx/intl.h index 89206af323..7a3a2a92b2 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -32,7 +32,7 @@ // gettext() style macro (notice that xgettext should be invoked with "-k_" // option to extract the strings inside _() from the sources) #ifndef WXINTL_NO_GETTEXT_MACRO - #define _(str) wxGetTranslation(T(str)) + #define _(str) wxGetTranslation(wxT(str)) #endif // ----------------------------------------------------------------------------