diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-18 23:44:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-18 23:44:36 +0100 |
| commit | 5c4d1e131d516683925cb543913c6182a3de0506 (patch) | |
| tree | 399f6648b73111f41d5f1ef2c10a9c0a46e99673 /src | |
| parent | ab8902ae4386b8f50adfe77522661388efc9947b (diff) | |
Fix typo in previous.
Diffstat (limited to 'src')
| -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 122754051..2a9711442 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -169,7 +169,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Yohann Dedy")); supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Thomas Dickens")); - supported_by.Add (wxt ("e22.digital")); + supported_by.Add (wxT ("e22.digital")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); supported_by.Add (wxT ("Peter Ericson")); |
