diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-01 16:02:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-03-01 16:02:18 +0000 |
| commit | 5a7b85d0456941a03fc1682e49fdffac2d44f817 (patch) | |
| tree | 7cc777d42d5ba38576b053fbf9e99dae1b7e878c | |
| parent | cb34eea91afa36ce4e88d4d2e95f48bb5d5aeb89 (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 84657ca9a..dd54a2d1f 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -163,6 +163,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Thomas Dickens")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); + supported_by.Add (wxT ("Peter Ericson")); supported_by.Add (wxT ("Darius Family")); supported_by.Add (wxT ("Rasitha Ferdinando")); supported_by.Add (wxT ("Jose Angel Velasco Fernandez")); |
