diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-12 01:08:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-12 01:08:17 +0200 |
| commit | 360eb5afa95feb78c29139bbe2ff7c4f619343d6 (patch) | |
| tree | 0e6e0b92ed6df91b2d0eb76aa06e721fd110f863 | |
| parent | 7262e484f1957df62ccfb5652b0181acea5c74f9 (diff) | |
Add tester.
| -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 e80a92d24..2d2cd1763 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -167,6 +167,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString tested_by; tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); + tested_by.Add (wxT ("Mohamad W. Ali")); tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty")); |
