diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-21 00:46:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-21 00:46:20 +0000 |
| commit | 178d03869e139f685538dbde9f427e164d660507 (patch) | |
| tree | d0f4c374b521fefce3639d91089591f92907e7b4 | |
| parent | 6db8987ec2e58d1e938965d4e6887f7aa1ce0da2 (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 ca6470171..7495cbd69 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -318,6 +318,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Bjørn Uhrbrand")); supported_by.Add (wxT ("Anthony Urgo")); supported_by.Add (wxT ("Stéphane Wagneur")); + supported_by.Add (wxT ("Petra Wallmann")); supported_by.Add (wxT ("Andrew Walls")); supported_by.Add (wxT ("Raoul Walzer")); supported_by.Add (wxT ("Wolfram Weber")); |
