X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c822d4ca200bec478dd36d755054e02911d7900d..edb31724bcbba7bec4a66bb998340ac1ae848779:/src/common/bmpbase.cpp diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 88e77178e9..e80091dada 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -155,7 +155,7 @@ wxBitmap::wxBitmap(const char* const* bits) *this = wxBitmap(image); #else - wxFAIL_MSG(_T("creating bitmaps from XPMs not supported")); + wxFAIL_MSG(wxT("creating bitmaps from XPMs not supported")); #endif // wxUSE_IMAGE && wxUSE_XPM } #endif // !(defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__))