]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/fswatcher/fswatcher.cpp
Add wxFont ctor taking a single flags argument instead of style/weight/...
[wxWidgets.git] / samples / fswatcher / fswatcher.cpp
index 96f724b0500662ff80dbc8b2ccb0a1ba3cbbaead..f8cd8976e5ce04826dae131ab4062d9fbb73a87d 100644 (file)
@@ -168,7 +168,7 @@ MyFrame::MyFrame(const wxString& title)
 
     // the "About" item should be in the help menu
     wxMenu *menuHelp = new wxMenu;
-    menuHelp->Append(wxID_ABOUT, "&About...\tF1", "Show about dialog");
+    menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog");
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();