]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to...
[wxWidgets.git] / src / common / bmpbase.cpp
index 88e77178e9881cb68e801e613fc180dc2d2b78bf..e80091dada39aff4f0887733d31510d4c6c4774b 100644 (file)
@@ -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__))