]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
Fix unit tests compilation in STL build.
[wxWidgets.git] / samples / wizard / wizard.cpp
index 94c95c08201052f7f30b4ec8bd1e45ff70a6a63d..fcbcdb6b8ff8af36de9624b4f3f88f99cae5e271 100644 (file)
@@ -450,7 +450,7 @@ MyFrame::MyFrame(const wxString& title)
     menuOptions->AppendCheckItem(Wizard_ExpandBitmap, wxT("Si&ze Bitmap To Page"));
 
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Wizard_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Wizard_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();