]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/bitmap.mm
Applied better/Win98-proof method of getting edit window
[wxWidgets.git] / src / cocoa / bitmap.mm
index b2569b01044dbc4e35ccfeba078af86cf4d4e1f0..51cbe0fee7f0a28d0c7ecd64ed3024358cc0991c 100644 (file)
@@ -520,7 +520,7 @@ void *wxBitmap::GetRawData(wxPixelDataBase& data, int bpp)
 
     if([bitmapRep bitsPerPixel]!=bpp)
     {
-        wxFAIL_MSG( _T("incorrect bitmap type in wxBitmap::GetRawData()") );
+        wxFAIL_MSG( wxT("incorrect bitmap type in wxBitmap::GetRawData()") );
         return NULL;
     }
     data.m_width = [bitmapRep pixelsWide];