diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:36:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:36:50 +0000 |
| commit | d801f4f01fba5c922829c2068c07364c58ae879e (patch) | |
| tree | c692f02220ded50a0c3b12edf247a6e77f9f2fbf /src | |
| parent | ce835adf99ec81ea182ac151f6e0d1cc3376d175 (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 95a4cc426..14a997985 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -124,6 +124,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Wolfram Weber")); supported_by.Add (wxT ("Randy Stankey")); supported_by.Add (wxT ("Frank Cianciolo")); + supported_by.Add (wxT ("Rodolfo Giuliano")); add_section (_("Supported by"), supported_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
