summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6e6c55e68..0c103633b 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -134,6 +134,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
add_section (_("With help from"), with_help_from);
wxArrayString supported_by;
+ supported_by.Add (wxT ("黄 昭婷"));
supported_by.Add (wxT ("Manuel AC"));
supported_by.Add (wxT ("Kambiz Afshar"));
supported_by.Add (wxT ("Alex Asp"));