]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/exec.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / exec / exec.cpp
index 3e9d26e4a7bc6a16916b4158cafbf169b1e7896b..fd5de1003c6e35fd65df219e6d5620266d1d6f8d 100644 (file)
@@ -496,7 +496,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
 #endif
 
     wxMenu *helpMenu = new wxMenu(wxEmptyString, wxMENU_TEAROFF);
 #endif
 
     wxMenu *helpMenu = new wxMenu(wxEmptyString, wxMENU_TEAROFF);
-    helpMenu->Append(Exec_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Exec_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();