diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-04 21:36:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-04 21:36:53 +0100 |
| commit | 7340dae2c6e0ba592764b501a44f9245684a27a2 (patch) | |
| tree | bff40d5b7df84ecf0b55c97b71124c1a74024f29 | |
| parent | f4531bfb1b4334e3501173cfee7444b86fba4082 (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 9d5b50e47..9f95a9b77 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -136,6 +136,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Adam Cousins")); supported_by.Add (wxT ("Matthias Damm")); supported_by.Add (wxT ("Alexey Derevyanko")); + supported_by.Add (wxT ("Thomas Dickens")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); supported_by.Add (wxT ("Rasitha Ferdinando")); |
