diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-27 12:26:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-27 12:26:42 +0000 |
| commit | dae3687a766966d17aed553dddf27bc2679b7fda (patch) | |
| tree | 9fdaad0aa3c6b9474db873e87d11a714a7df5be6 /src | |
| parent | 3b461f6554f86dd60df33879f7f159cdfc24ad9d (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 14a997985..0d5ae7fd6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -125,6 +125,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Randy Stankey")); supported_by.Add (wxT ("Frank Cianciolo")); supported_by.Add (wxT ("Rodolfo Giuliano")); + supported_by.Add (wxT ("Sylvain Mielle")); add_section (_("Supported by"), supported_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
