diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-17 18:52:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-17 20:20:29 +0100 |
| commit | d8f812067f07204da3a3eed81b127b9062d64012 (patch) | |
| tree | 7abb680ce5a9f8f88891e8066d7059afca427cad /src | |
| parent | ca0fa0093f4b5003e62f54dd5bf444142e107691 (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")); |
