diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-05 13:11:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-05 13:11:09 +0100 |
| commit | 2e69cc0c12dd0405d6046e6e6f29b8785e2befcd (patch) | |
| tree | f5ce2b56834018a6b67b63f01c918a46b19139ec | |
| parent | 1a3cf9982932585f082e10ceec115c94a4c9d4f5 (diff) | |
Add Benno Zwanenburg 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 adbe2eb7b..60f96664e 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -231,6 +231,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Andreas Weiss")); tested_by.Add (wxT ("Paul Willmott")); tested_by.Add (wxT ("Wolfgang Woehl")); + tested_by.Add (wxT ("Benno Zwanenburg")); tested_by.Add (wxT ("Дима Агатов")); add_section (_("Tested by"), tested_by); |
