Happy new year.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Jan 2014 18:17:53 +0000 (18:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Jan 2014 18:17:53 +0000 (18:17 +0000)
src/wx/about_dialog.cc

index 222ee9ad061091f6c797670c3584e9e217a9f875..d4a06a2c5697c176602079fbe468dd39bcdd6197 100644 (file)
@@ -75,7 +75,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );