Basic implementation of a tree view for DKDMs (#1012).
[dcpomatic.git] / src / wx / about_dialog.cc
index 673216a5ae6519b9770d9b7b345b8843d5e83845..dbd4ed5d71615d068122f3c769d306965723e1c9 100644 (file)
@@ -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;