diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:47:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:47:59 +0100 |
| commit | 0073b9b1dd9f916f543012a5f53d37882960527d (patch) | |
| tree | 2b0d1f33693ec90048d6c963b8eaee4688530e8e | |
| parent | 91c40c86b99b64ef91fc73f34e6d00b5d8e139ce (diff) | |
Happy new year!
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 345ae2582..d2cfbea1c 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -94,7 +94,7 @@ AboutDialog::AboutDialog (wxWindow* parent) { t = new StaticText ( this, - _("(C) 2012-2024 Carl Hetherington, Terrence Meiczinger\nOle Laursen, Aaron Boxer"), + _("(C) 2012-2025 Carl Hetherington, Terrence Meiczinger\nOle Laursen, Aaron Boxer"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); |
