summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-11 23:39:51 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-11 23:39:51 +0100
commit1b33097329caff0d4c6c62368c17e9caad977878 (patch)
tree163c377ab3691ce55382770996395aeb19316dcf /src
parent682b9d3b2e74030fdbd25c0f5f7523e9686105bd (diff)
Fix supporter name.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 5302bdad1..0a783de3a 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -241,7 +241,6 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Andrew Walls"));
supported_by.Add (wxT ("Raoul Walzer"));
supported_by.Add (wxT ("Wolfram Weber"));
- supported_by.Add (wxT ("Petra Wallmann"));
supported_by.Add (wxT ("Frank Wenz"));
supported_by.Add (wxT ("Anja Wenz"));
supported_by.Add (wxT ("Johannes Wilbrand"));
@@ -249,11 +248,12 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Wolfgang Woehl"));
supported_by.Add (wxT ("Frank de Wulf"));
supported_by.Add (wxT ("Pavel Zhdanko"));
+ supported_by.Add (wxT ("Daniel Židek"));
+ supported_by.Add (wxT ("Гуляев Михаил"));
supported_by.Add (wxT ("Cinéma de la Neuveville"));
supported_by.Add (wxT ("Frechen-Film e.V."));
supported_by.Add (wxT ("Mobiles Kino e.V."));
- supported_by.Add (wxT ("Daniel Židek"));
- supported_by.Add (wxT ("Гуляев Михаил"));
+ supported_by.Add (wxT ("Kino Völkerfreundschaft"));
add_section (_("Supported by"), supported_by);
wxArrayString tested_by;