summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-01 02:12:01 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-01 02:12:01 +0100
commitddbe1833763f9e3f6d35aeab5d11d58b2c36d96c (patch)
tree18ff450b6f39dce1592e921f6dad335c61a21968 /src
parentcf2b75373d6908f97bd9c25ce24ffdd9685545f5 (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 e41f7efe0..11cba841b 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -92,7 +92,7 @@ AboutDialog::AboutDialog(wxWindow* parent)
{
t = new StaticText(
this,
- _("(C) 2012-2025 Carl Hetherington, Terrence Meiczinger\nAaron Boxer"),
+ _("(C) 2012-2026 Carl Hetherington, Terrence Meiczinger\nAaron Boxer"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);