Changeset 172 for trunk/src/MainFrame.cpp
- Timestamp:
- 10/04/2008 07:58:00 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r170 r172 143 143 144 144 //insert menu items into menu Help 145 helpMenu->Append(ID_CHECK_FOR_UPDATES, wxT("&Check for Updates"), 146 wxT("Check for new version of the game via the web")); 145 helpMenu->Append(ID_CHECK_FOR_UPDATES, wxT("&Check for Updates")); 147 146 helpMenu->AppendSeparator(); 148 helpMenu->Append(ID_SENDCOMMENT, wxT("&Send a Comment to Developers"), 149 wxT("Send a comment to the developers of the game")); 147 helpMenu->Append(ID_SENDCOMMENT, wxT("&Send a Comment to Developers")); 150 148 helpMenu->AppendSeparator(); 151 helpMenu->Append(wxID_ABOUT, wxT("&About...\tF1"), 152 wxT("Show about dialog")); 149 helpMenu->Append(wxID_ABOUT, wxT("&About...\tF1")); 153 150 154 151 //insert menu items into menu Game 155 gameMenu->Append(wxID_NEW,wxT("&New Game\tF2") ,wxT("Start a new game"));156 gameMenu->Append(wxID_UNDO,wxT("&Undo\tC TRL+Z"),wxT("Undo the last move"));157 gameMenu->Append(ID_SHOWHIGHSCORE,wxT(" High &Scores"),wxT("Show high-scores table"));158 gameMenu->Append(ID_SETTINGS,wxT("Settings") ,wxT("Show settings dialog"));152 gameMenu->Append(wxID_NEW,wxT("&New Game\tF2")); 153 gameMenu->Append(wxID_UNDO,wxT("&Undo\tCtrl+Z")); 154 gameMenu->Append(ID_SHOWHIGHSCORE,wxT("Show Highscores\tCtrl+H")); 155 gameMenu->Append(ID_SETTINGS,wxT("Settings")); 159 156 gameMenu->Append(wxID_EXIT); 160 157
Note: See TracChangeset
for help on using the changeset viewer.
