X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=dbd4ed5d71615d068122f3c769d306965723e1c9;hb=c94d763e07d9e7b029091e1ea64ba4f7758b3d5b;hp=673216a5ae6519b9770d9b7b345b8843d5e83845;hpb=acfa8152b7bc4b55e1791d28b4c0999fe9781222;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 673216a5a..dbd4ed5d7 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -254,6 +254,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Olov Östlund")); supported_by.Add (wxT ("Vasiliy Popov")); supported_by.Add (wxT ("Rui Pereira")); + supported_by.Add (wxT ("Armin Peterhans")); supported_by.Add (wxT ("Andrea Pieri")); supported_by.Add (wxT ("Denis Postle")); supported_by.Add (wxT ("Aditya Pratama")); @@ -297,6 +298,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Frechen-Film e.V.")); supported_by.Add (wxT ("Mobiles Kino e.V.")); supported_by.Add (wxT ("Kino Völkerfreundschaft")); + supported_by.Add (wxT ("Ernst Zimmerman")); add_section (_("Supported by"), supported_by); wxArrayString tested_by;