X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fabout_dialog.cc;h=5ac732049a80880ef9fa1bd87f158ed28e5b1ff7;hb=1c13441a19aa387ddd8ac0c972207ccbbe3114d8;hp=349581972525889c8110f7656f7d9f1ec85301c0;hpb=22b9f3b2090d8bdfe52cda1e69d3acbe874f1ce5;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 349581972..5ac732049 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -107,6 +107,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Max Aeschlimann")); translated_by.Add (wxT ("Carsten Kurz")); translated_by.Add (wxT ("Grégoire Ausina")); + translated_by.Add (wxT ("Cherif Ben Brahim")); add_section (_("Translated by"), translated_by); wxArrayString artwork_by; @@ -130,6 +131,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Silvio Giuliano")); supported_by.Add (wxT ("Flor Guillaume")); + supported_by.Add (wxT ("Antonio Ruiz Hernandez")); supported_by.Add (wxT ("Jonathan Jensen")); supported_by.Add (wxT ("Chris Kay")); supported_by.Add (wxT ("Adam Klotblixt")); @@ -149,6 +151,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Tim O'Brien")); supported_by.Add (wxT ("Ivan Pullman")); supported_by.Add (wxT ("Mark Rolfe")); + supported_by.Add (wxT ("David Rozenthal")); supported_by.Add (wxT ("Andrä Steiner")); supported_by.Add (wxT ("Jussi Siponen")); supported_by.Add (wxT ("Lasse Salling"));