diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-01 01:39:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-01 01:39:53 +0000 |
| commit | 7575dc47968493892e7a4a587975792e013cb731 (patch) | |
| tree | da7413b81475ace364a0b76e59c2bd7f43744977 /src | |
| parent | 232176a69a58a61ed3fcdcd11bf1b868b49347e5 (diff) | |
Happy new year.
Diffstat (limited to 'src')
| -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 289066935..201d2a23e 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new wxStaticText ( this, wxID_ANY, - _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); |
