summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-19 13:57:12 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-19 13:57:12 +0100
commit12a08dac470bed8e9a1d964d0f90785cf244aff9 (patch)
treeb5bcb933c9fb1297b8d91e2662888240be54c5a5
parent92afc153b49aabb8e45d946deb7a01ec1d6308c6 (diff)
Supporter.
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 44edfc28c..dbd4ed5d7 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -298,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;