Happy new year.
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Jan 2016 22:23:01 +0000 (22:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Jan 2016 22:23:01 +0000 (22:23 +0000)
src/wx/about_dialog.cc

index ed0ad4b8dd7dc6f65e7dcb1f93d120b39f126909..20a912da40e39be3afe6421f89d9eebb6d8cbdd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -79,7 +79,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2015 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );