diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-01 12:51:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-01 12:51:45 +0000 |
| commit | 90fd785a7c4d348b894a7fe7e48218a7bb020085 (patch) | |
| tree | 4706b7dda63679398a6d48d673f63956dde6d3ce /src | |
| parent | 5625ba9542e38504e87799dd655be5071161fb1f (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 0d5ae7fd6..222ee9ad0 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -126,6 +126,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Frank Cianciolo")); supported_by.Add (wxT ("Rodolfo Giuliano")); supported_by.Add (wxT ("Sylvain Mielle")); + supported_by.Add (wxT ("Ivan Pullman")); add_section (_("Supported by"), supported_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
