]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/statbmp.cpp
fixing and completing iPhone sound
[wxWidgets.git] / src / os2 / statbmp.cpp
index dd3aff216347f511e5edb6cb526e62208b4e2422..52ba6af126ba94deadce0a99ac71696df5228885 100644 (file)
@@ -43,7 +43,7 @@ static wxGDIImage* ConvertImage(
     if(!bIsIcon )
     {
         wxASSERT_MSG( wxDynamicCast(&rBitmap, wxBitmap),
-                      _T("not an icon and not a bitmap?") );
+                      wxT("not an icon and not a bitmap?") );
 
         const wxBitmap&             rBmp = (const wxBitmap&)rBitmap;
         wxMask*                     pMask = rBmp.GetMask();