]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/menu.cpp
Initial checkin of the wxFrame support added by Aleks G.
[wxWidgets.git] / samples / menu / menu.cpp
index 3346cf74247762680ed053c409becab2ec9fe8cc..98f94475cb20ec0a449e1dcd55ef5c32711cb4ab 100644 (file)
@@ -234,7 +234,7 @@ MyFrame::MyFrame()
     wxMenu *fileMenu = new wxMenu;
     fileMenu->Append(Menu_File_Quit, "E&xit\tAlt-X", "Quit toolbar sample" );
     
-    wxMenuItem *bitmap_menu_item = new wxMenuItem( fileMenu, Menu_File_Quit, "Quit with &bitmap" );
+    wxMenuItem *bitmap_menu_item = new wxMenuItem( fileMenu, Menu_File_Quit, "Quit with &bitmap\tAlt-Q" );
     bitmap_menu_item->SetBitmap( wxBitmap( copy_xpm ) );
     fileMenu->Append( bitmap_menu_item );