Happy new year.
authorCarl Hetherington <cth@carlh.net>
Tue, 3 Jan 2017 00:22:19 +0000 (00:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Jan 2017 00:22:19 +0000 (00:22 +0000)
src/wx/about_dialog.cc

index 15127121c851e84978d1d89aecd9195405edcc78..bcde058625c7dc28e148708673bf9cc552354cd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2017 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );