diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 19:17:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 19:17:15 +0000 |
| commit | 5f66a692647fc901f7dca709ad08c65010bd84e7 (patch) | |
| tree | a2edd15aeb9371fa09867d6b8c110579f17a345f | |
| parent | 46de4b4b6eac485652de8575f052d0f152d2dbd8 (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 ca217a227..7b82f1237 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -135,6 +135,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Filip Kovcin")); supported_by.Add (wxT ("Adam Colt")); supported_by.Add (wxT ("Lindsay Morris")); + supported_by.Add (wxT ("Tim O'Brien")); add_section (_("Supported by"), supported_by); wxArrayString testers; |
