diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-16 00:01:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-03-16 00:01:27 +0000 |
| commit | 319b7f0b9469ac553d81c0760d38d8e8c41910a1 (patch) | |
| tree | c529850bfc6803750f6a67080cbb0247e249183f /src | |
| parent | aea4ba4a562e765071b2e049cafb4439ad1c9b19 (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 2280d40bd..eb16727e9 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -180,7 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Gerhard Gruber")); supported_by.Add (wxT ("Flor Guillaume")); supported_by.Add (wxT ("Patrick Haderer")); - supported_by.Add (wxT ("Liu Hanyuan")); + supported_by.Add (wxT ("刘汉源")); supported_by.Add (wxT ("Jeff Hemingway")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); supported_by.Add (wxT ("Film.Ca Inc.")); |
