diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-02 21:56:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-02 21:56:40 +0000 |
| commit | 52c8f316aa5319d780d91aaa0dd3a46d86ec030b (patch) | |
| tree | 77c1d397f4c153178c47d1ad233a5cdd1ddc19d1 | |
| parent | da9baf113e9b82d6281a1bbe2913161e69ba9a00 (diff) | |
Typo.
| -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 5f707ff1b..69ec280d0 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -161,7 +161,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Patrick Haderer")); supported_by.Add (wxT ("Jeff Hemingway")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); - supported_by.Add (wxt ("Karl Jacob")); + supported_by.Add (wxT ("Karl Jacob")); supported_by.Add (wxT ("Jonathan Jensen")); supported_by.Add (wxT ("Thierry Journet")); supported_by.Add (wxT ("Zbigniew KamiĆski")); |
