diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-06 21:47:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-06 21:47:23 +0100 |
| commit | b205f8581c73eb8a95b2ab6e5e344480d29b1b18 (patch) | |
| tree | 78e5d5a0d1e7650535509dc9fb71fd7bbb65e4c6 /src | |
| parent | 3bbd58efeb6264a665f58767f18c91ba976c35d6 (diff) | |
Add 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 b7b556879..a7b1908f1 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -119,6 +119,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Kieran Carroll")); supported_by.Add (wxT ("Kambiz Afshar")); supported_by.Add (wxT ("Sean Leigh")); + supported_by.Add (wxT ("Wolfram Weber")); add_section (_("Supported by"), supported_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
