summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-23 17:55:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-23 17:55:01 +0100
commit9f1deb2a9cd1565f7f195b1601bbf6ddb81ae950 (patch)
tree456c3e8b9f12cb9b02fa5d5e01cea5f2c76d0867 /src
parent9517ca7ed03b43297d44753f63a867dc6ee7175a (diff)
Add Jianguo Huang as author.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
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;