diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 22:48:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 22:48:05 +0100 |
| commit | 890cf574a7a82906fbc1086a17a6e9c514c61679 (patch) | |
| tree | b048c0995b8ec9c6fb0e30b44fe8a922d0e78b47 /src | |
| parent | 087eb941421d0ced97c8f3bf72072f19562435df (diff) | |
Fix name spelling.
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 7680e19cd..7d66fbca7 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -146,7 +146,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Tim O'Brien")); supported_by.Add (wxT ("Ivan Pullman")); supported_by.Add (wxT ("Mark Rolfe")); - supported_by.Add (wxT ("David Rosenthal")); + supported_by.Add (wxT ("David Rozenthal")); supported_by.Add (wxT ("Andrä Steiner")); supported_by.Add (wxT ("Jussi Siponen")); supported_by.Add (wxT ("Lasse Salling")); |
