Changeset 79 for branches/openyahtzee1.7PE/src/MainFrame.cpp
- Timestamp:
- 05/04/2007 07:30:35 PM (5 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee1.7PE/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee1.7PE/src/MainFrame.cpp
r59 r79 278 278 wxString msg; 279 279 wxString sqliteversion = wxString(sqlite3_version,wxConvUTF8); 280 msg.Printf(wxT("Open Yahtzee %s \nCopyright (C) 2006 by Guy Rutenberg.\nDice design by Seamus McGill\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nOpen Yahtzee was built against:\nwxWidgets %i.%i\n"),wxT(OY_VERSION),wxMAJOR_VERSION,wxMINOR_VERSION);280 msg.Printf(wxT("Open Yahtzee %s Portable Edition\nCopyright (C) 2006 by Guy Rutenberg.\nDice design by Seamus McGill\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nOpen Yahtzee was built against:\nwxWidgets %i.%i\n"),wxT(OY_VERSION),wxMAJOR_VERSION,wxMINOR_VERSION); 281 281 msg += wxT("SQLite ") + sqliteversion; 282 282 283 wxMessageBox(msg, wxT("About Open Yahtzee "), wxOK | wxICON_INFORMATION, this);283 wxMessageBox(msg, wxT("About Open Yahtzee PE"), wxOK | wxICON_INFORMATION, this); 284 284 } 285 285 … … 308 308 void MainFrame::OnNewGame(wxCommandEvent& event) 309 309 { 310 //disable the undo button so it won't be enabled when a new game is started. 311 (GetMenuBar()->FindItem(ID_UNDO))->Enable(false); 310 312 311 313 ResetRolls();
Note: See TracChangeset
for help on using the changeset viewer.
