Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / wx / about_dialog.cc
index 673216a5ae6519b9770d9b7b345b8843d5e83845..c1a5511291f2905769feadc297e6699e0cb63213 100644 (file)
@@ -141,13 +141,16 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Alex Asp"));
        supported_by.Add (wxT ("Georges Asmar"));
        supported_by.Add (wxT ("Eric Audurier"));
+       supported_by.Add (wxT ("Kenneth Beals"));
        supported_by.Add (wxT ("Jean-Pierre Beauviala"));
        supported_by.Add (wxT ("Louis Belloisy"));
+       supported_by.Add (wxT ("Frans van den Berg"));
        supported_by.Add (wxT ("Mike Blakesley"));
        supported_by.Add (wxT ("Silvio Bonomi"));
        supported_by.Add (wxT ("Fabio Bozzoli"));
        supported_by.Add (wxT ("Pierre-Alexis Bontemps"));
        supported_by.Add (wxT ("Jeff Boot"));
+       supported_by.Add (wxT ("Alexander Buchholz"));
        supported_by.Add (wxT ("Paul Carey"));
        supported_by.Add (wxT ("Nathan Carpenter"));
        supported_by.Add (wxT ("Kieran Carroll"));
@@ -187,6 +190,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("刘汉源"));
        supported_by.Add (wxT ("Jeff Hemingway"));
        supported_by.Add (wxT ("Antonio Ruiz Hernandez"));
+       supported_by.Add (wxT ("Joseph Huether"));
        supported_by.Add (wxT ("Film.Ca Inc."));
        supported_by.Add (wxT ("Denis Ivashvkevych"));
        supported_by.Add (wxT ("Karl Jacob"));
@@ -230,6 +234,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Adrian Manolescu"));
        supported_by.Add (wxT ("Mattias Mattsson"));
        supported_by.Add (wxT ("George Mazarakis"));
+       supported_by.Add (wxT ("Mike Mazur"));
        supported_by.Add (wxT ("Gordon McLeod"));
        supported_by.Add (wxT ("P. Meijer"));
        supported_by.Add (wxT ("Brian Mendelssohn"));
@@ -254,6 +259,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"));
@@ -277,9 +283,12 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Christian Suhren"));
        supported_by.Add (wxT ("Bruce Taylor"));
        supported_by.Add (wxT ("OpsCenter Technologies, Inc."));
+       supported_by.Add (wxT ("Texas Theatre"));
        supported_by.Add (wxT ("Lawrence Towers"));
        supported_by.Add (wxT ("Petter Trønsdal"));
        supported_by.Add (wxT ("Richard Turner"));
+       supported_by.Add (wxT ("Tilman Vatteroth"));
+       supported_by.Add (wxT ("Alexey Vinokurov"));
        supported_by.Add (wxT ("Stéphane Wagneur"));
        supported_by.Add (wxT ("Andrew Walls"));
        supported_by.Add (wxT ("Raoul Walzer"));
@@ -297,6 +306,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;