From: Carl Hetherington Date: Wed, 23 Sep 2020 20:16:38 +0000 (+0200) Subject: A belated happy new year. X-Git-Tag: v2.14.39~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6f7f0a92a9cadba4102b3d39cad79aa565665c38 A belated happy new year. --- 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 );