Happy new year.
authorCarl Hetherington <cth@carlh.net>
Sat, 1 Jan 2022 01:14:10 +0000 (01:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 1 Jan 2022 01:16:33 +0000 (02:16 +0100)
src/wx/about_dialog.cc

index c4167c7e7472215260de71c773b17390cb21b7d1..b1fbaf2d29a7b5e590e7e6397f5d42fc031b8e9d 100644 (file)
@@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
+               _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );