Add supporter.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Oct 2013 15:08:31 +0000 (16:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Oct 2013 15:08:31 +0000 (16:08 +0100)
src/wx/about_dialog.cc

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