Supporter.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 12:26:42 +0000 (12:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 12:26:42 +0000 (12:26 +0000)
src/wx/about_dialog.cc

index 14a9979859c4f8ad1f039ea20b213946d96162cf..0d5ae7fd65edfa087f07682ceb11e1253eaee94c 100644 (file)
@@ -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());