diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-29 22:50:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-29 22:50:59 +0100 |
| commit | a4192dde8b8a4e3e37b9866ad25317738df5ef54 (patch) | |
| tree | 9e1b44a90dac1e5c184904cf472e58598f006e60 | |
| parent | d12a848916fb4fab0d1a14c6e72cfc0c8139255a (diff) | |
Supporter.
| -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 c5f2fa309..afaa7ba3d 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -147,6 +147,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Lasse Salling")); supported_by.Add (wxT ("Mike Stiebing")); supported_by.Add (wxT ("Randy Stankey")); + supported_by.Add (wxT ("Bruce Taylor")); supported_by.Add (wxT ("Wolfgang Woehl")); supported_by.Add (wxT ("Wolfram Weber")); supported_by.Add (wxT ("Frank de Wulf")); |
