// Author: Chris Breeze
// Modified by:
// Created: 21/07/97
-// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence
//---------------------------------------------------------------------------
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"));