]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/menu.cpp
Patch to use high printer resolution instead of Cairo's 72dpi
[wxWidgets.git] / src / gtk1 / menu.cpp
index cfd9427eb359a31a4818d66f210cccfdbd5cd8b7..03d490065e7e50d11cfd3994f294005d0a438ab2 100644 (file)
@@ -1030,7 +1030,7 @@ bool wxMenu::GtkAppend(wxMenuItem *mitem, int pos)
     }
     else if (mitem->GetBitmap().Ok())
     {
-        text = mitem->wxMenuItembase::GetItemLabel();
+        text = mitem->wxMenuItemBase::GetItemLabel();
         const wxBitmap *bitmap = &mitem->GetBitmap();
 
         // TODO