summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-23 22:16:38 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-23 22:16:38 +0200
commit6f7f0a92a9cadba4102b3d39cad79aa565665c38 (patch)
tree32707716302161b4b3217246146645a9a49d3886
parentff4c557160a1a1c152ee2b3711e10f9082b3ad73 (diff)
A belated 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 18cf2981c..212ab6244 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new StaticText (
this,
- _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+ _("(C) 2012-2020 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);