Changeset 147 for branches/openyahtzee-1.8/src/About.cpp
- Timestamp:
- 01/19/2008 09:33:24 AM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/About.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/About.cpp
r146 r147 1 1 // $Header: $ 2 2 /*************************************************************************** 3 * Copyright (C) 2006 by Guy Rutenberg *3 * Copyright (C) 2006-2008 by Guy Rutenberg * 4 4 * guyrutenberg@gmail.com * 5 5 * * … … 56 56 #endif 57 57 label_desc = new wxStaticText(notebook_main_pane_about, -1, wxT("A full-featured wxWidgets version of\nthe classic dice game Yahtzee.")); 58 label_copyright = new wxStaticText(notebook_main_pane_about, -1, wxT("(c) 2006-200 7Guy Rutenberg"));58 label_copyright = new wxStaticText(notebook_main_pane_about, -1, wxT("(c) 2006-2008 Guy Rutenberg")); 59 59 label_1 = new wxStaticText(notebook_main_pane_about, -1, wxT("http://openyahtzee.sourceforge.net/")); 60 60 label_7 = new wxStaticText(notebook_main_pane_authors, -1, wxT("Please report bugs to openyahtzee-users@lists.sourceforge.net.\n\nGuy Rutenberg\n\tguyrutenberg@gmail.com\n\tAuthor, maintainer"));
Note: See TracChangeset
for help on using the changeset viewer.
