Basic implementation of a tree view for DKDMs (#1012).
[dcpomatic.git] / src / wx / about_dialog.cc
index d25f862b68545b661640cca3daf72991ad707638..dbd4ed5d71615d068122f3c769d306965723e1c9 100644 (file)
@@ -175,6 +175,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Evan Freeze"));
        supported_by.Add (wxT ("Brett Friedman"));
        supported_by.Add (wxT ("Stephen Furley"));
+       supported_by.Add (wxT ("filmtechniek.nl"));
        supported_by.Add (wxT ("Gartenbaukino"));
        supported_by.Add (wxT ("Silvio Giuliano"));
        supported_by.Add (wxT ("Alan Gouger"));
@@ -253,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"));
@@ -296,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;