]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/menu.cpp
Remove string conversion functions and use the wx provided ones.
[wxWidgets.git] / src / univ / menu.cpp
index 5bc9e4ae72381a0786d6ae68d79af2aa6509a5d1..15a7adb8374e85bceb14299ec1888042f3565ec7 100644 (file)
@@ -602,7 +602,7 @@ void wxPopupMenuWindow::DoDraw(wxControlRenderer *renderer)
                 bmp = item->GetDisabledBitmap();
             }
 
-            if ( !bmp.Ok() )
+            if ( !bmp.IsOk() )
             {
                 // strangely enough, for unchecked item we use the
                 // "checked" bitmap because this is the default one - this