diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-18 21:04:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-18 21:04:09 +0000 |
| commit | 549591c1648deb61385347e3583cd9a5f1291efb (patch) | |
| tree | ea547fe67accfd4ba8c783ffc811245e48fc5909 | |
| parent | 0bb3c873e28552293e7132c93cdeeef65845596d (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 d3d3d077c..88e56fb8b 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -175,6 +175,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); supported_by.Add (wxT ("Peter Ericson")); + supported_by.Add (wxT ("Arthur Factor")); supported_by.Add (wxT ("Darius Family")); supported_by.Add (wxT ("Rasitha Ferdinando")); supported_by.Add (wxT ("Santiago Ferreira")); |
