X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2ab8671bf5433eee5862bfa723feb54e4d63e9f..a559d70856c65f8fd91d6e56c3e98c3828e18db7:/contrib/src/xml/xh_stbmp.cpp diff --git a/contrib/src/xml/xh_stbmp.cpp b/contrib/src/xml/xh_stbmp.cpp index 4e654a4553..699e5339a5 100644 --- a/contrib/src/xml/xh_stbmp.cpp +++ b/contrib/src/xml/xh_stbmp.cpp @@ -32,7 +32,7 @@ wxObject *wxStaticBitmapXmlHandler::DoCreateResource() { wxStaticBitmap *bmp = new wxStaticBitmap(m_ParentAsWindow, GetID(), - GetBitmap(_T("bitmap"), GetSize()), + GetBitmap(wxT("bitmap"), GetSize()), GetPosition(), GetSize(), GetStyle(), GetName() @@ -46,7 +46,7 @@ wxObject *wxStaticBitmapXmlHandler::DoCreateResource() bool wxStaticBitmapXmlHandler::CanHandle(wxXmlNode *node) { - return IsOfClass(node, _T("wxStaticBitmap")); + return IsOfClass(node, wxT("wxStaticBitmap")); }