- Timestamp:
- 21/10/06 14:52:50 (7 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 3 edited
-
openyahtzee.kdevelop.pcs (modified) (previous)
-
openyahtzee.kdevses (modified) (2 diffs)
-
src/MainFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/openyahtzee.kdevses
r10 r12 19 19 </Doc4> 20 20 <Doc5 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.h" > 21 <View0 Type="Source" />21 <View0 line="0" Type="Source" /> 22 22 </Doc5> 23 23 <Doc6 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/ObjectsID.h" > … … 34 34 </Doc9> 35 35 <Doc10 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.cpp" > 36 <View0 Type="Source" />36 <View0 line="222" Type="Source" /> 37 37 </Doc10> 38 38 <Doc11 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/HighScoreTableDB.cpp" > -
trunk/OpenYahtzee/src/MainFrame.cpp
r10 r12 221 221 { 222 222 wxString msg; 223 msg.Printf(wxT("OpenYahtzee "));223 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.")); 224 224 225 225 wxMessageBox(msg, wxT("About Yahtzee"), wxOK | wxICON_INFORMATION, this);
Note: See TracChangeset
for help on using the changeset viewer.
