summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-16 23:29:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-16 23:29:26 +0100
commitbb8fb43811395b818f826ce350f0dc093df69645 (patch)
treec9be4f09b811a22e571f59dee163c34caab8d699 /src
parent5778f4c92793a7950f02206e735a00731c87b090 (diff)
Add some donators.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
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());