diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-16 23:50:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-16 23:50:04 +0100 |
| commit | b0a4408ea45787a71592c63526ea5a8f2fe3f1fe (patch) | |
| tree | da79db705aaf4dcbd2873b94fa6b2510f235f2df | |
| parent | 3a22907a9ddd738c00375d515794bfc55d78f9d0 (diff) | |
Typo in previous.
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index b84bf6619..5fe7eb9fb 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -234,7 +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 ("Igor Voytovich")); tested_by.Add (wxT ("Andrew Walls")); tested_by.Add (wxT ("Andreas Weiss")); tested_by.Add (wxT ("Paul Willmott")); |
