Add supporter.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Jan 2014 12:51:45 +0000 (12:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Jan 2014 12:51:45 +0000 (12:51 +0000)
src/wx/about_dialog.cc

index 0d5ae7fd65edfa087f07682ceb11e1253eaee94c..222ee9ad061091f6c797670c3584e9e217a9f875 100644 (file)
@@ -126,6 +126,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Frank Cianciolo"));
        supported_by.Add (wxT ("Rodolfo Giuliano"));
        supported_by.Add (wxT ("Sylvain Mielle"));
+       supported_by.Add (wxT ("Ivan Pullman"));
        add_section (_("Supported by"), supported_by);
 
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());