diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-16 23:44:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-16 23:44:13 +0100 |
| commit | 165f551900340a2c3bb69c8aa3cdb5686a4b04dc (patch) | |
| tree | 8ab88b82f75b02caff3bf0da71dbd8b893ce8cf9 | |
| parent | e9bd2876a3b8a1cfa33df2176cd8685f55714161 (diff) | |
Add 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 712631f2b..b84bf6619 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -234,6 +234,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Elad Saad")); tested_by.Add (wxT ("Karim Senoucci")); tested_by.Add (wxT ("Simon Vannarath")); + tested_by.Add (wxt ("Igor Voytovich")); tested_by.Add (wxT ("Andrew Walls")); tested_by.Add (wxT ("Andreas Weiss")); tested_by.Add (wxT ("Paul Willmott")); |
