diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-03 22:23:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-03 22:23:01 +0000 |
| commit | 5d3c57b08d3064df908d8a497d9616ffb6eb44cd (patch) | |
| tree | 84c1a1a0a9361f6dc662222004d0b244f65ecf3f | |
| parent | 88bb39c23e73041cdd7178414473a2223be277fa (diff) | |
Happy new year.
| -rw-r--r-- | src/wx/about_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index ed0ad4b8d..20a912da4 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -79,7 +79,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new wxStaticText ( this, wxID_ANY, - _("(C) 2012-2015 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); |
