X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=1a4513a74106becf30014945f2c7a0ec98fda505;hb=541e55115e8dfb09bb584f8176698d1db6ff826a;hp=05d27b9941f65f70ccd75d8c550f7ea186ea4a4e;hpb=b58f2592d1028274ab4859781d54c3eef798309f;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 05d27b994..1a4513a74 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -91,6 +91,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString written_by; written_by.Add (wxT ("Carl Hetherington")); written_by.Add (wxT ("Terrence Meiczinger")); + written_by.Add (wxT ("Mart Jansink")); written_by.Add (wxT ("Ole Laursen")); written_by.Add (wxT ("Brecht Sanders")); written_by.Add (wxT ("Jianguo Huang")); @@ -100,6 +101,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Manuel AC")); translated_by.Add (wxT ("Max Aeschlimann")); translated_by.Add (wxT ("Thiago Andre")); + translated_by.Add (wxT ("Felice D'Andrea")); translated_by.Add (wxT ("Grégoire Ausina")); translated_by.Add (wxT ("Tomáš Begeni")); translated_by.Add (wxT ("Fabio \"Zak\" Belli")); @@ -135,13 +137,18 @@ AboutDialog::AboutDialog (wxWindow* parent) with_help_from.Add (wxT ("Julian van Mil")); add_section (_("With help from"), with_help_from); + wxArrayString subscribers; + #include "subscribers.cc" + add_section (_("Subscribers"), subscribers); + wxArrayString supported_by; - #include "../../build/supporters.cc" - add_section (_("Supported by"), supported_by); + #include "supporters.cc" + add_section (_("Also supported by"), supported_by); wxArrayString tested_by; tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); + tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty")); tested_by.Add (wxT ("Roop Chand"));