Sync supporters list with database.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Jul 2015 16:48:59 +0000 (16:48 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Jul 2015 16:48:59 +0000 (16:48 +0000)
src/wx/about_dialog.cc

index 5ca4c3c36fb826019bc549c60a73c3fd9e547f46..1486558261895ed1342910d5ba6c9a39e2ddd1fa 100644 (file)
@@ -118,7 +118,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        add_section (_("With help from"), with_help_from);
 
        wxArrayString supported_by;
-       supported_by.Add (wxT ("Manual AC"));
+       supported_by.Add (wxT ("Manuel AC"));
        supported_by.Add (wxT ("Kambiz Afshar"));
        supported_by.Add (wxT ("Alex Asp"));
        supported_by.Add (wxT ("Eric Audurier"));
@@ -133,10 +133,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Adam Cousins"));
        supported_by.Add (wxT ("Matthias Damm"));
        supported_by.Add (wxT ("Alexey Derevyanko"));
-       supported_by.Add (wxT ("Cinéma de la Neuveville"));
        supported_by.Add (wxT ("Unwana Essien"));
        supported_by.Add (wxT ("Maxime Estoppey"));
-       supported_by.Add (wxT ("Frechen-Film e.V."));
        supported_by.Add (wxT ("Rasitha Ferdinando"));
        supported_by.Add (wxT ("Jose Angel Velasco Fernandez"));
        supported_by.Add (wxT ("Traverso City Film Festival"));
@@ -161,36 +159,41 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Olivier Lemaire"));
        supported_by.Add (wxT ("Gavin Lewarne"));
        supported_by.Add (wxT ("Theo Lipfert"));
+       supported_by.Add (wxT ("Adrian Manolescu"));
        supported_by.Add (wxT ("Mattias Mattsson"));
        supported_by.Add (wxT ("Kjarten Michaelsen"));
        supported_by.Add (wxT ("Aldo Midali"));
        supported_by.Add (wxT ("Sylvain Mielle"));
        supported_by.Add (wxT ("Lindsay Morris"));
-       supported_by.Add (wxT ("Гуляев Михаил"));
        supported_by.Add (wxT ("David Nedrow"));
        supported_by.Add (wxT ("Tim O'Brien"));
        supported_by.Add (wxT ("Jerome Cohen Olivar"));
+       supported_by.Add (wxT ("Kevin Orman"));
        supported_by.Add (wxT ("Rui Pereira"));
        supported_by.Add (wxT ("Ivan Pullman"));
        supported_by.Add (wxT ("Mark Rolfe"));
        supported_by.Add (wxT ("David Rozenthal"));
-       supported_by.Add (wxT ("Andrä Steiner"));
-       supported_by.Add (wxT ("Jussi Siponen"));
        supported_by.Add (wxT ("Lasse Salling"));
-       supported_by.Add (wxT ("Mike Stiebing"));
+       supported_by.Add (wxT ("Jussi Siponen"));
        supported_by.Add (wxT ("Randy Stankey"));
+       supported_by.Add (wxT ("Andrä Steiner"));
+       supported_by.Add (wxT ("Mike Stiebing"));
        supported_by.Add (wxT ("Bruce Taylor"));
        supported_by.Add (wxT ("Lawrence Towers"));
        supported_by.Add (wxT ("Richard Turner"));
+       supported_by.Add (wxT ("Andrew Walls"));
        supported_by.Add (wxT ("Raoul Walzer"));
+       supported_by.Add (wxT ("Wolfram Weber"));
        supported_by.Add (wxT ("Frank Wenz"));
+       supported_by.Add (wxT ("Johannes Wilbrand"));
        supported_by.Add (wxT ("Roland Wirtz"));
        supported_by.Add (wxT ("Wolfgang Woehl"));
-       supported_by.Add (wxT ("Wolfram Weber"));
-       supported_by.Add (wxT ("Johannes Wilbrand"));
        supported_by.Add (wxT ("Frank de Wulf"));
        supported_by.Add (wxT ("Pavel Zhdanko"));
+       supported_by.Add (wxT ("Cinéma de la Neuveville"));
+       supported_by.Add (wxT ("Frechen-Film e.V."));
        supported_by.Add (wxT ("Daniel Židek"));
+       supported_by.Add (wxT ("Гуляев Михаил"));
        add_section (_("Supported by"), supported_by);
 
        wxArrayString tested_by;