diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-02 11:16:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-02 11:16:46 +0000 |
| commit | 791eaea9f800834b345b76465fa42481379b399e (patch) | |
| tree | 9482b7908836cba640ab9e7dfd3286bb07470e8f /src | |
| parent | 5f2676f66959cfb4a4fdafda8d3663b726b99bcc (diff) | |
Supporter.
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 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")); |
