Changeset 15 for trunk/OpenYahtzee/src/MainFrame.cpp
- Timestamp:
- 11/11/06 09:20:48 (7 years ago)
- File:
-
- 1 edited
-
trunk/OpenYahtzee/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/src/MainFrame.cpp
r14 r15 1 // $Header$ 1 2 /*************************************************************************** 2 3 * Copyright (C) 2006 by Guy Rutenberg * … … 224 225 wxString msg; 225 226 wxString sqliteversion = wxString(sqlite3_version,wxConvUTF8); 226 msg.Printf(wxT("OpenYahtzee 1.5 beta\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\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 228 msg += wxT("SQLite ") + sqliteversion; 228 229
Note: See TracChangeset
for help on using the changeset viewer.
