X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebfe373ee7bb5adbeab391af73b575886ec2381d..a7ba5d1efbd9bcaa39d47d7752c0382bd220a42f:/samples/xti/xti.cpp diff --git a/samples/xti/xti.cpp b/samples/xti/xti.cpp index 75e4a9a71b..2b61783ce4 100644 --- a/samples/xti/xti.cpp +++ b/samples/xti/xti.cpp @@ -169,7 +169,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog")); fileMenu->Append(Minimal_Persist, wxT("Persist a wxFrame to XML..."), wxT("Creates a wxFrame using wxXTI and saves its description as XML"));