diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-03 18:23:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-03 18:23:57 +0000 |
| commit | 88bb39c23e73041cdd7178414473a2223be277fa (patch) | |
| tree | 81ee610848953bfe17c9197884dd49b6dffeba63 /src | |
| parent | 6f8f9b38ce7e1c94471e004b3a5b05294c6f9181 (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 3fffca039..ed0ad4b8d 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -215,6 +215,7 @@ AboutDialog::AboutDialog (wxWindow* parent) 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 ("Mobiles Kino e.V.")); supported_by.Add (wxT ("Daniel Židek")); supported_by.Add (wxT ("Гуляев Михаил")); add_section (_("Supported by"), supported_by); |
