X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=393b7b12a738a8bc8d15a225c13d6d7f5406b166;hb=50c2504a2837d1c05c75206b9a16ab81d5814efe;hp=20b4b398181c6b764224c4e46cc2ab2e2b5fea7b;hpb=be735707f49ab92591aeb07457062af5631c8b6b;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 20b4b3981..393b7b12a 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -148,6 +148,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Nathan Carpenter")); supported_by.Add (wxT ("Matt Carter")); supported_by.Add (wxT ("Frank Cianciolo")); + supported_by.Add (wxT ("Central Cinema")); supported_by.Add (wxT ("Cinema Clarici")); supported_by.Add (wxT ("Adam Colt")); supported_by.Add (wxT ("Adam Cousins")); @@ -164,6 +165,8 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Dave Fleegel")); supported_by.Add (wxT ("Evan Freeze")); + supported_by.Add (wxT ("Brett Friedman")); + supported_by.Add (wxT ("Stephen Furley")); supported_by.Add (wxT ("Silvio Giuliano")); supported_by.Add (wxT ("Alan Gouger")); supported_by.Add (wxT ("Christopher Gray")); @@ -177,6 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Denis Ivashvkevych")); supported_by.Add (wxT ("Karl Jacob")); supported_by.Add (wxT ("Jonathan Jensen")); + supported_by.Add (wxT ("Mathew Johns")); supported_by.Add (wxT ("Thierry Journet")); supported_by.Add (wxT ("Mario Kalogjera")); supported_by.Add (wxT ("Zbigniew Kamiński")); @@ -202,6 +206,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Gavin Lewarne")); supported_by.Add (wxT ("Theo Lipfert")); supported_by.Add (wxT ("Paweł Lipiński")); + supported_by.Add (wxT ("Marco Löber")); supported_by.Add (wxT ("Juan Marin Lorenzo")); supported_by.Add (wxT ("Richard Malmberg")); supported_by.Add (wxT ("Adrian Manolescu")); @@ -268,6 +273,7 @@ AboutDialog::AboutDialog (wxWindow* parent) add_section (_("Supported by"), supported_by); wxArrayString tested_by; + tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty"));