diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-23 21:50:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-23 21:54:18 +0200 |
| commit | 13ebde8a7ab4423d4380ece07b93c180a7234b0b (patch) | |
| tree | 064301246b63c388ee24aeb4ef58341bbb7b93cb | |
| parent | a9d99f7a77e8ab905464540c22f427dc83a3187c (diff) | |
Add Daniel Courville to testers.
| -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 eb100afc4..ff8f94714 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -178,6 +178,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Daniel Chauvet")); tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); + tested_by.Add (wxT ("Daniel Courville")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez")); |
