]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 14:59:56 +0000 (14:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 14:59:56 +0000 (14:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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