]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/except/except.cpp
Don't document private event handlers in doc/view frame classes.
[wxWidgets.git] / samples / except / except.cpp
index e4019f5e60196087cdbf99dc1aa483657a45a0ba..24fa6808ade941ab40234ba4235cb8d09872ae0a 100644 (file)
@@ -367,7 +367,7 @@ MyFrame::MyFrame()
     menuFile->Append(Except_Quit, wxT("E&xit\tCtrl-Q"), wxT("Quit this program"));
 
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Except_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Except_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();