diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-17 18:52:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-17 18:52:33 +0100 |
| commit | bad190166f2126b67a39a01852a2006a3b5fe3fe (patch) | |
| tree | e04fbb27b653fb1c35d0ce829fe16915cc50f508 /src | |
| parent | 83e958417124720d9658f1e0f92868e785bfaffe (diff) | |
Add David Lankes as a tester.
Diffstat (limited to 'src')
| -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 b1fbaf2d2..5668adb78 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -192,6 +192,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Denzil Kriekenbeek")); tested_by.Add (wxT ("Carsten Kurz")); tested_by.Add (wxT ("Bill Lam")); + tested_by.Add (wxT ("David Lankes")); tested_by.Add (wxT ("Lilian Lefranc")); tested_by.Add (wxT ("Sebastian Leitner")); tested_by.Add (wxT ("Olivier Lemaire")); |
