From ebc8b9157e51b206692c9e3822c8c02fa999db67 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Feb 2014 14:00:37 +0000 Subject: Add supporter and first few reporters. --- src/wx/about_dialog.cc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 5fa5014f0..a2883f6ad 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -130,8 +130,17 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Sylvain Mielle")); supported_by.Add (wxT ("Ivan Pullman")); supported_by.Add (wxT ("Aldo Midali")); + supported_by.Add (wxT ("Jeff Boot")); add_section (_("Supported by"), supported_by); + wxString reporters; + reporters.Add (wxT ("Greg Rooke")); + reporters.Add (wxT ("Olivier Lemaire")); + reporters.Add (wxT ("Trever Anderson")); + reporters.Add (wxT ("Wolfgang Woehl")); + reporters.Add (wxT ("Jonathan Jensen")); + add_section (_("Bug reports and feature suggestions by")); + sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); overall_sizer->Add (sizer); -- cgit v1.2.3