summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-02 00:45:04 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-02 00:45:04 +0100
commitdf4aa6eb3cb96d2e932d9ed1e9f1dc8825a28296 (patch)
treeb682203fb9c23f5f3b0d4b4151604a1578c33aa9 /src
parent45d3deb1ade13cc8288040d244dc789e18060f27 (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 f35023a46..e5e4e79c8 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-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
+ _("(C) 2012-2024 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);