X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=201d2a23ebf88aecd5aed5c860499359cc25b46e;hb=7575dc47968493892e7a4a587975792e013cb731;hp=289066935ad7d3ebd0a4543ce3e9e124c9030119;hpb=1a74f84f210a4ad600b2c140b2341fbd9ec69874;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 289066935..201d2a23e 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new wxStaticText ( this, wxID_ANY, - _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2018 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER );