]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/statbmp.cpp
Generate key events in generic wxDataViewCtrl implementation.
[wxWidgets.git] / src / os2 / statbmp.cpp
index dd3aff216347f511e5edb6cb526e62208b4e2422..c80642962f03768a417df57773aef40af78610f5 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();
@@ -141,9 +141,7 @@ bool wxStaticBitmap::ImageIsOk() const
 
 void wxStaticBitmap::Free()
 {
-    if (m_pImage)
-        delete m_pImage;
-    m_pImage = NULL;
+    wxDELETE(m_pImage);
 } // end of wxStaticBitmap::Free
 
 wxSize wxStaticBitmap::DoGetBestSize() const