diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-19 13:57:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-19 13:57:12 +0100 |
| commit | 12a08dac470bed8e9a1d964d0f90785cf244aff9 (patch) | |
| tree | b5bcb933c9fb1297b8d91e2662888240be54c5a5 /src | |
| parent | 92afc153b49aabb8e45d946deb7a01ec1d6308c6 (diff) | |
Supporter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
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; |
