diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-09 01:37:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-09 01:37:03 +0200 |
| commit | 475cc7a5ef77484c43ad785dbec6a0713ba1e618 (patch) | |
| tree | 5ac78a693e8336142ec2dc2bf73b975faa9075be | |
| parent | 7a60aece502ec5a6396615432db7bd10d60e07ee (diff) | |
Add Antonio Casado as a 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 e06fccc46..4f58b2d18 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -162,6 +162,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty")); + tested_by.Add (wxT ("Antonio Casado")); tested_by.Add (wxT ("Roop Chand")); tested_by.Add (wxT ("Daniel Chauvet")); tested_by.Add (wxT ("Adam Colt")); |
