diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-21 22:51:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-21 22:51:13 +0100 |
| commit | 9517ca7ed03b43297d44753f63a867dc6ee7175a (patch) | |
| tree | 32775d3a96ce1a7085af6631dc052f44623f30c6 /src | |
| parent | ff96cc9c9e33fbe9dea02ea2d397144f9c9ac8c9 (diff) | |
Supporters.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 2c84b7e35..833908cc5 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -131,6 +131,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); + supported_by.Add (wxT ("Frechen-Film e.V.")); supported_by.Add (wxT ("Jose Angel Velasco Fernandez")); supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Evan Freeze")); @@ -172,6 +173,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Bruce Taylor")); supported_by.Add (wxT ("Lawrence Towers")); supported_by.Add (wxT ("Richard Turner")); + supported_by.Add (wxT ("Raoul Walzer")); supported_by.Add (wxT ("Frank Wenz")); supported_by.Add (wxT ("Roland Wirtz")); supported_by.Add (wxT ("Wolfgang Woehl")); |
