Supporter.
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Nov 2013 15:34:51 +0000 (15:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Nov 2013 15:34:51 +0000 (15:34 +0000)
src/wx/about_dialog.cc

index 489995faadf6fca2de0c7161ebe06162fbaf0506..95a4cc426014ae2e3dcafb420a5c3f11424ee09b 100644 (file)
@@ -123,6 +123,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Sean Leigh"));
        supported_by.Add (wxT ("Wolfram Weber"));
        supported_by.Add (wxT ("Randy Stankey"));
+       supported_by.Add (wxT ("Frank Cianciolo"));
        add_section (_("Supported by"), supported_by);
 
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());