summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 14a997985..0d5ae7fd6 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -125,6 +125,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Randy Stankey"));
supported_by.Add (wxT ("Frank Cianciolo"));
supported_by.Add (wxT ("Rodolfo Giuliano"));
+ supported_by.Add (wxT ("Sylvain Mielle"));
add_section (_("Supported by"), supported_by);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());