X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..9696657f22ee2f10017c0bc305ae1843ee8fe768:/samples/htlbox/htlbox.cpp?ds=inline diff --git a/samples/htlbox/htlbox.cpp b/samples/htlbox/htlbox.cpp index 6ffdb33017..94a17e5112 100644 --- a/samples/htlbox/htlbox.cpp +++ b/samples/htlbox/htlbox.cpp @@ -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();