diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-11 09:08:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-11 09:08:43 +0000 |
| commit | 6f3789254bb482f300665752f663ca2a19ce3feb (patch) | |
| tree | ac97ee76f9f1b06d9a10cb699ba9724718f96b66 | |
| parent | 35466aa2bf59544d436a5f576e81856c5e0d0311 (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 ff1ff2c1c..453179180 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -189,6 +189,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); tested_by.Add (wxT ("Andreas Eli")); + tested_by.Add (wxT ("Jose Angel Velasco Fernandez")); tested_by.Add (wxT ("Maurizio GiampĂ ")); tested_by.Add (wxT ("Luke Granger-Brown")); tested_by.Add (wxT ("Sumit Guha")); |
