Happy new year.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jan 2024 23:45:04 +0000 (00:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jan 2024 23:45:04 +0000 (00:45 +0100)
src/wx/about_dialog.cc

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