X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/demos/forty/forty.cpp diff --git a/demos/forty/forty.cpp b/demos/forty/forty.cpp index ef09eafd1e..fb91563bd5 100644 --- a/demos/forty/forty.cpp +++ b/demos/forty/forty.cpp @@ -4,7 +4,6 @@ // Author: Chris Breeze // Modified by: // Created: 21/07/97 -// RCS-ID: $Id$ // Copyright: (c) 1993-1998 Chris Breeze // Licence: wxWindows licence //--------------------------------------------------------------------------- @@ -177,7 +176,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"));