diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-13 19:48:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-13 19:48:04 +0100 |
| commit | 165b01d8553c40760c953cbc21f1d7b4f7fbfbf0 (patch) | |
| tree | 2ad5d982b0bbf8873dcdf0c760731b09bdc9e8cb | |
| parent | 34c3e11437ec32efe8dc4a5be840304ee62f6015 (diff) | |
Fix author name.
| -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 d9297bf82..173d6b020 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -233,7 +233,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Adrian Manolescu")); supported_by.Add (wxT ("Mattias Mattsson")); supported_by.Add (wxT ("George Mazarakis")); - supported_by.Add (wxT ("MichaĆ Mazur")); + supported_by.Add (wxT ("Mike Mazur")); supported_by.Add (wxT ("Gordon McLeod")); supported_by.Add (wxT ("P. Meijer")); supported_by.Add (wxT ("Brian Mendelssohn")); |
