]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/menu.cpp
Rewind the input stream after failing to load image from it.
[wxWidgets.git] / src / os2 / menu.cpp
index a2654c5419b56cd15d3b6cc926e74ff175557305..065a8a7dc004cc6b8245e98b40fd829dd23f80b2 100644 (file)
@@ -387,7 +387,7 @@ void wxMenu::EndRadioGroup()
 
 wxMenuItem* wxMenu::DoAppend( wxMenuItem* pItem )
 {
-    wxCHECK_MSG( pItem, NULL, _T("NULL item in wxMenu::DoAppend") );
+    wxCHECK_MSG( pItem, NULL, wxT("NULL item in wxMenu::DoAppend") );
 
     bool bCheck = false;
 
@@ -428,7 +428,7 @@ wxMenuItem* wxMenu::DoAppend( wxMenuItem* pItem )
             }
             else
             {
-                wxFAIL_MSG( _T("where is the radio group start item?") );
+                wxFAIL_MSG( wxT("where is the radio group start item?") );
             }
         }
     }