summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-01 00:16:13 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-01 00:16:13 +0100
commitafbe4ce5dd551149f931c41bf27c22ef1f55155f (patch)
tree2b018e6f3c481546b1c4a68d84ae70b8327f7e4d
parent2dd3414e44538327c111d1ad4e6a3db6baa43bbf (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 28f39a6bd..4592ab2e5 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -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
);