Happy new year.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Jan 2015 18:05:58 +0000 (18:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Jan 2015 18:05:58 +0000 (18:05 +0000)
src/wx/about_dialog.cc

index 95c5235fb4203b32b1068f840817f21244808738..2caafbf8d775831ed3e3c1b3376f8309fd523c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2015 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-2014 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2015 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );