A belated happy new year.
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Sep 2020 20:16:38 +0000 (22:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Sep 2020 20:16:38 +0000 (22:16 +0200)
src/wx/about_dialog.cc

index 18cf2981c9514f216cb30fa92471efce43a32563..212ab6244ec518b17ca9caa6887853545d2cba1d 100644 (file)
@@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2020 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );