]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/htlbox/htlbox.cpp
Don't include wxUniversal configurations in MSVC project files.
[wxWidgets.git] / samples / htlbox / htlbox.cpp
index 6ffdb33017ffd7c8cbfbeff10ade161164f13453..94a17e5112b2f32d8c0d81972b62c2ba8a0fd660 100644 (file)
@@ -281,7 +281,7 @@ MyFrame::MyFrame()
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(HtmlLbox_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(HtmlLbox_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     // now append the freshly created menu to the menu bar...
     wxMenuBar *menuBar = new wxMenuBar();