diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-23 17:55:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-23 17:55:01 +0100 |
| commit | 9f1deb2a9cd1565f7f195b1601bbf6ddb81ae950 (patch) | |
| tree | 456c3e8b9f12cb9b02fa5d5e01cea5f2c76d0867 /src | |
| parent | 9517ca7ed03b43297d44753f63a867dc6ee7175a (diff) | |
Add Jianguo Huang as author.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 833908cc5..54cbb090c 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -92,6 +92,7 @@ AboutDialog::AboutDialog (wxWindow* parent) written_by.Add (wxT ("Terrence Meiczinger")); written_by.Add (wxT ("Ole Laursen")); written_by.Add (wxT ("Brecht Sanders")); + written_by.Add (wxT ("Jianguo Huang")); add_section (_("Written by"), written_by); wxArrayString translated_by; |
