summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-01 01:14:10 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-01 01:14:10 +0000
commit535c429f85bbc067e41c928c8758907adce31440 (patch)
treeb929bb450096301a10893d79ef47c2fd3089fd6e
parent0116cdff1571dc1b0be0eee195e5db64547c0ea7 (diff)
Happy new year.
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index c4167c7e7..b1fbaf2d2 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -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
);