X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=4592ab2e538d4ab92e4b405766521be72fc55407;hb=afbe4ce5dd551149f931c41bf27c22ef1f55155f;hp=eb100afc486099b467edaeecd52a7337dbeff14d;hpb=ef78831047ea985f5b6e8ebbe7db5d6e3ff28eb5;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index eb100afc4..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 ); @@ -139,6 +139,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Mike Mazur")); translated_by.Add (wxT ("Rob van Nieuwkerk")); translated_by.Add (wxT ("Anders Uhl Pedersen")); + translated_by.Add (wxT ("David Perrenoud")); translated_by.Add (wxT ("Olivier Perriere")); translated_by.Add (wxT ("Markus Raab")); translated_by.Add (wxT ("Tiago Casal Ribeiro")); @@ -178,6 +179,8 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Daniel Chauvet")); tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); + tested_by.Add (wxT ("Daniel Courville")); + tested_by.Add (wxT ("Marek Dudzik")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));