diff options
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; |
