diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-26 15:19:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-26 15:19:28 +0100 |
| commit | d923dd31c5378d41e80b9cffb985f1a38a431f98 (patch) | |
| tree | ffd454375ba7f63ba055a004d1b0ffe87ce21b7f | |
| parent | 251eb8b78fbc8ccd08acc921bcfd56af49345910 (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 81dda1777..73f7c196f 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 ("Adam Colt")); supported_by.Add (wxT ("Adam Cousins")); supported_by.Add (wxT ("Matthias Damm")); + supported_by.Add (wxT ("JP Davidson")); supported_by.Add (wxT ("Yohann Dedy")); supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Thomas Dickens")); |
