X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2f3b08582317760addae3bf02f28bb42dc2bf70..ea412ac4eb9f19e3c28dfa32aa9099a81ac7c74c:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 9b2d8621b4..3f3b871660 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -109,7 +109,7 @@ bool wxSystemSettingsNative::HasFeature(wxSystemFeature index) return false; default: - wxFAIL_MSG( _T("unknown feature") ); + wxFAIL_MSG( wxT("unknown feature") ); } return false;