Changeset 17 for trunk/OpenYahtzee/src/MainFrame.cpp
- Timestamp:
- 12/12/06 16:38:38 (7 years ago)
- File:
-
- 1 edited
-
trunk/OpenYahtzee/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/src/MainFrame.cpp
r15 r17 2 2 /*************************************************************************** 3 3 * Copyright (C) 2006 by Guy Rutenberg * 4 * guy @Guy_Computer*4 * guyrutenberg@gmail.com * 5 5 * * 6 6 * This program is free software; you can redistribute it and/or modify * … … 225 225 wxString msg; 226 226 wxString sqliteversion = wxString(sqlite3_version,wxConvUTF8); 227 msg.Printf(wxT("OpenYahtzee 1.5 \nCopyright (C) 2006 by Guy Rutenberg\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\nOpenYahtzee was built against:\nwxWidgets %i.%i\n"),wxMAJOR_VERSION,wxMINOR_VERSION);227 msg.Printf(wxT("OpenYahtzee 1.5.1\nCopyright (C) 2006 by Guy Rutenberg\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\nOpenYahtzee was built against:\nwxWidgets %i.%i\n"),wxMAJOR_VERSION,wxMINOR_VERSION); 228 228 msg += wxT("SQLite ") + sqliteversion; 229 229
Note: See TracChangeset
for help on using the changeset viewer.
