diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-22 22:43:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-22 22:43:09 +0100 |
| commit | a29d8edc41ba94190d99086ed5f19150507c31d7 (patch) | |
| tree | 13f49e3a323a665c4d8e4de62d21c0e38054b0d0 | |
| parent | c3b364d5574e02ee55bce950e2056e3df2faccff (diff) | |
Add Marek Dudzik 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 2dc7e78ac..28f39a6bd 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -180,6 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); tested_by.Add (wxT ("Daniel Courville")); + tested_by.Add (wxT ("Marek Dudzik")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez")); |
