Happy new year.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jan 2018 01:39:53 +0000 (01:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jan 2018 01:39:53 +0000 (01:39 +0000)
src/wx/about_dialog.cc

index 289066935ad7d3ebd0a4543ce3e9e124c9030119..201d2a23ebf88aecd5aed5c860499359cc25b46e 100644 (file)
@@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );