diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-22 01:02:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-22 01:02:10 +0000 |
| commit | 03c7887aea20138427c77a6fdd1375c18b5ee9d3 (patch) | |
| tree | 6a81723b26fe1a44ce7571c4d518ba1afd6bb66a | |
| parent | f67b4515a2c1460666c803670e57a1afd00c69a8 (diff) | |
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 05d27b994..66201aec2 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -142,6 +142,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString tested_by; tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); + tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty")); tested_by.Add (wxT ("Roop Chand")); |
