diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-26 00:20:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-26 00:20:35 +0100 |
| commit | ca047a831069224fb0b682a4e2b3b2760855619f (patch) | |
| tree | a356b43b73573abd09ca1bfb72c33a1d689d3123 | |
| parent | 1711d2804cb0a24b1883a991b46a8842bdd24415 (diff) | |
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 0dba730a0..e0296d60c 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -158,6 +158,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Maurizio GiampĂ ")); tested_by.Add (wxT ("Luke Granger-Brown")); + tested_by.Add (wxT ("Sumit Guha")); tested_by.Add (wxT ("Steve Guttag")); tested_by.Add (wxT ("Patrick Haderer")); tested_by.Add (wxT ("Bill Hamell")); |
