diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-05 14:41:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-05 14:41:35 +0100 |
| commit | c9772ea0129d59e84cc85cd3908e712b5df56970 (patch) | |
| tree | bb5c7940e61931d46aecfbab0ca21eaea83223b7 /src | |
| parent | 9d049dc062df1c134105ec6a042aa9f56ae9c067 (diff) | |
Happy new year.
Diffstat (limited to 'src')
| -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 0ac5d484f..c3b1705e1 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -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 ); |
