From: Carl Hetherington Date: Sat, 31 Dec 2022 23:16:13 +0000 (+0100) Subject: Happy new year! X-Git-Tag: v2.16.39~11 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=afbe4ce5dd551149f931c41bf27c22ef1f55155f Happy new year! --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 28f39a6bd..4592ab2e5 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -86,7 +86,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new StaticText ( this, - _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), + _("(C) 2012-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER );