Ignore:
Timestamp:
01/19/2008 09:33:24 AM (4 years ago)
Author:
guyru
Message:
  • Updated ChangeLOg
  • Updated NSIS installer scripts
  • Updated copyright years in the about dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee-1.8/src/About.cpp

    r146 r147  
    11// $Header: $ 
    22/*************************************************************************** 
    3  *   Copyright (C) 2006 by Guy Rutenberg   * 
     3 *   Copyright (C) 2006-2008 by Guy Rutenberg   * 
    44 *   guyrutenberg@gmail.com   * 
    55 *                                                                         * 
     
    5656#endif 
    5757        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-2007 Guy Rutenberg")); 
     58        label_copyright = new wxStaticText(notebook_main_pane_about, -1, wxT("(c) 2006-2008 Guy Rutenberg")); 
    5959        label_1 = new wxStaticText(notebook_main_pane_about, -1, wxT("http://openyahtzee.sourceforge.net/")); 
    6060        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.