X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..32632baf6d4a9c9d03fb8b17a7a9a4a2aa339999:/demos/forty/forty.cpp diff --git a/demos/forty/forty.cpp b/demos/forty/forty.cpp index ef09eafd1e..ef293297a8 100644 --- a/demos/forty/forty.cpp +++ b/demos/forty/forty.cpp @@ -177,7 +177,7 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos wxMenu* helpMenu = new wxMenu; helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game")); - helpMenu->Append(wxID_ABOUT, wxT("&About..."), wxT("About Forty Thieves")); + helpMenu->Append(wxID_ABOUT, wxT("&About"), wxT("About Forty Thieves")); m_menuBar = new wxMenuBar; m_menuBar->Append(gameMenu, wxT("&Game"));