Happy new year!
authorCarl Hetherington <cth@carlh.net>
Sat, 31 Dec 2022 23:16:13 +0000 (00:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 31 Dec 2022 23:16:13 +0000 (00:16 +0100)
src/wx/about_dialog.cc

index 28f39a6bdb83f7f2f0b37f9119179bb71fbb01e0..4592ab2e538d4ab92e4b405766521be72fc55407 100644 (file)
@@ -86,7 +86,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
+               _("(C) 2012-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );