diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-27 22:58:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-27 22:58:03 +0200 |
| commit | 0b94724919f01edc7fc91e899ef179a7d94da039 (patch) | |
| tree | fd3da0ad9e1b7d143e6080904f7732842c63c707 /src | |
| parent | 58a286e14faa83f91ef830db07d01d3671efd625 (diff) | |
Add Sebastian Leitner 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 6d97cf002..e06fccc46 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -187,6 +187,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Carsten Kurz")); tested_by.Add (wxT ("Bill Lam")); tested_by.Add (wxT ("Lilian Lefranc")); + tested_by.Add (wxT ("Sebastian Leitner")); tested_by.Add (wxT ("Olivier Lemaire")); tested_by.Add (wxT ("Gavin Lewarne")); tested_by.Add (wxT ("Gérald Maruccia")); |
