summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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());