summaryrefslogtreecommitdiff
path: root/src
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 02:16:33 +0100
commit8fb0919c3c0f11f076eeda2a7d356f6284284ec6 (patch)
tree6f2efbf83c612e1edd1d437aee5c85c545879b27 /src
parent746d41f02bdb8aa28be0e1aaa0e2fb4409f28fad (diff)
Happy new year.
Diffstat (limited to 'src')
-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
);