diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 23:29:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 23:29:26 +0100 |
| commit | bb8fb43811395b818f826ce350f0dc093df69645 (patch) | |
| tree | c9be4f09b811a22e571f59dee163c34caab8d699 | |
| parent | 5778f4c92793a7950f02206e735a00731c87b090 (diff) | |
Add some donators.
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 4e25f163f..b7b556879 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -117,6 +117,8 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Lasse Salling")); supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Kieran Carroll")); + supported_by.Add (wxT ("Kambiz Afshar")); + supported_by.Add (wxT ("Sean Leigh")); add_section (_("Supported by"), supported_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
