diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-14 10:36:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-14 10:36:27 +0000 |
| commit | 69c9b15a947e734c9f79ed1336c28da364f82f0f (patch) | |
| tree | ebaa24030a49f3216ad22e36d14433a6374d7c81 /src | |
| parent | e6c2bf5906843850b6fbcb94635129b4948e5c38 (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 e0c3cd26f..782331f05 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -167,8 +167,10 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Mike Stiebing")); supported_by.Add (wxT ("Randy Stankey")); supported_by.Add (wxT ("Bruce Taylor")); + supported_by.Add (wxT ("Richard Turner")); supported_by.Add (wxT ("Wolfgang Woehl")); supported_by.Add (wxT ("Wolfram Weber")); + supported_by.Add (wxT ("Johannes Wilbrand")); supported_by.Add (wxT ("Frank de Wulf")); supported_by.Add (wxT ("Pavel Zhdanko")); supported_by.Add (wxT ("Daniel Židek")); |
