diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 09:15:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-07 09:15:49 +0100 |
| commit | 6b1988999c1260dbb18ff6f6deefae1ffd994c39 (patch) | |
| tree | 99b08a9aa2de83fa32604783c1523b2c45fce8d7 /src | |
| parent | 6c5458421c0d912a7313fd03e0a52ca9a218bc23 (diff) | |
Fix supporter name.
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 dc4228672..47f1adab4 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -157,7 +157,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Zbigniew KamiĆski")); supported_by.Add (wxT ("Chris Kay")); supported_by.Add (wxT ("Lars Kelto")); - supported_by.Add (wxT ("Erwin Kerzanet")); + supported_by.Add (wxT ("Erwan Kerzanet")); supported_by.Add (wxT ("Adam Klotblixt")); supported_by.Add (wxT ("Filip Kovcin")); supported_by.Add (wxT ("Cihan Kulaber")); |
