X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=c3b1705e11fa46e6482d2611f446204040a181a7;hp=0ac5d484f85ec29e19a9972f037a1dc6a8e6c4dd;hb=c9772ea0129d59e84cc85cd3908e712b5df56970;hpb=9d049dc062df1c134105ec6a042aa9f56ae9c067 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 + Copyright (C) 2013-2020 Carl Hetherington 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 );