This commit is contained in:
Reece Wilson 2021-10-11 03:59:52 +01:00
parent f81e0ed2cb
commit 22f52051f5

View File

@ -36,7 +36,7 @@
// to extract the strings from the sources)
#ifndef WXINTL_NO_GETTEXT_MACRO
#ifndef wxNO_IMPLICIT_WXSTRING_ENCODING
#define _(s) wxGetTranslation((s))
#define _(s) wxGetTranslation(s)
#else
#define _(s) wxGetTranslation(wxASCII_STR(s))
#endif