summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-27 16:48:59 +0000
committerCarl Hetherington <cth@carlh.net>2015-07-27 16:48:59 +0000
commit066cc8a5812e6d87bdec546d192d6f5069608cab (patch)
tree06dc594e8778a0d58a72a7c8257154ce618ed8ae /src
parent0242b2e2ff129a11c9ebe615da461d916ece24d2 (diff)
Sync supporters list with database.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 5ca4c3c36..148655826 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -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;