From: Carl Hetherington Date: Tue, 1 Jan 2019 01:14:19 +0000 (+0000) Subject: Happy new year. X-Git-Tag: v2.13.95~13 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=278bfa265eed9b2fafec8b2bb5e92541a1bb23c1 Happy new year. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index db33ad647..061d44f49 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2018 Carl Hetherington + Copyright (C) 2013-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new StaticText ( this, - _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER );