Happy new year.
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Jan 2019 01:14:19 +0000 (01:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Jan 2019 01:14:19 +0000 (01:14 +0000)
src/wx/about_dialog.cc

index db33ad64714028dd64283bd21f5d3682d0c41726..061d44f4917786bcd22c143ad67bef6eabf14bd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );