Reporters -> 1600.
authorCarl Hetherington <cth@carlh.net>
Fri, 14 Feb 2014 17:23:36 +0000 (17:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 14 Feb 2014 17:23:36 +0000 (17:23 +0000)
src/wx/about_dialog.cc

index 5fb5d33590573bad89f7931905133adc71445922..7c031e4de2e2cd2c730fcb43678017fa0982a13c 100644 (file)
@@ -110,6 +110,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Mattias Mattsson"));
        supported_by.Add (wxT ("Andrä Steiner"));
        supported_by.Add (wxT ("Jonathan Jensen"));
+       supported_by.Add (wxT ("Mike Stiebing"));
        supported_by.Add (wxT ("Kjarten Michaelsen"));
        supported_by.Add (wxT ("Jussi Siponen"));
        supported_by.Add (wxT ("Cinema Clarici"));
@@ -133,7 +134,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Jeff Boot"));
        add_section (_("Supported by"), supported_by);
 
-       wxString reporters;
+       wxArrayString reporters;
        reporters.Add (wxT ("Greg Rooke"));
        reporters.Add (wxT ("Olivier Lemaire"));
        reporters.Add (wxT ("Trever Anderson"));
@@ -145,7 +146,14 @@ AboutDialog::AboutDialog (wxWindow* parent)
        reporters.Add (wxT ("John Convertino"));
        reporters.Add (wxT ("Mike Blakesley"));
        reporters.Add (wxT ("Simon Kesselman"));
-       add_section (_("Bug reports and feature suggestions by"));
+       reporters.Add (wxT ("Gavin Lewarne"));
+       reporters.Add (wxT ("Thierry Journet"));
+       reporters.Add (wxT ("Carsten Kurz"));
+       reporters.Add (wxT ("Karim Senoucci"));
+       reporters.Add (wxT ("Paul Willmott"));
+       reporters.Add (wxT ("Mattias Mattsson"));
+       reporters.Add (wxT ("Andreas Eli"));
+       add_section (_("Bug reports and feature suggestions by"), reporters);
        
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());