diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-12 00:37:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-12 00:37:18 +0000 |
| commit | 1a74f84f210a4ad600b2c140b2341fbd9ec69874 (patch) | |
| tree | 69a23c18c7d3406195766fadc18928715a1bf719 | |
| parent | 273ec0d6a37565e4513ebbde6cae242be36f173b (diff) | |
Supporter.
| -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 0d488ddf8..289066935 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -196,6 +196,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("刘汉源")); supported_by.Add (wxT ("Jeff Hemingway")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); + supported_by.Add (wxT ("Johannes Hoffmann")); supported_by.Add (wxT ("Joseph Huether")); supported_by.Add (wxT ("Film.Ca Inc.")); supported_by.Add (wxT ("Denis Ivashvkevych")); |
