// 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
// ----------------------------------------------------------------------------