More testers.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Mar 2014 21:18:57 +0000 (21:18 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Mar 2014 21:18:57 +0000 (21:18 +0000)
src/wx/about_dialog.cc

index 0e7e45fd3cb9266e39d12186ef9ca544fda6b782..3c0730870b1070b7dd96e73f4582380c5b6c09e7 100644 (file)
@@ -113,6 +113,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Filip Kovcin"));
        supported_by.Add (wxT ("Flor Guillaume"));
        supported_by.Add (wxT ("Frank Cianciolo"));
+       supported_by.Add (wxT ("Frank de Wulf"));
        supported_by.Add (wxT ("Gavin Lewarne"));
        supported_by.Add (wxT ("Ivan Pullman"));
        supported_by.Add (wxT ("Jeff Boot"));
@@ -138,42 +139,46 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Wolfram Weber"));
        add_section (_("Supported by"), supported_by);
 
-       wxArrayString testers;
-       testers.Add (wxT ("Ada de Kamper"));
-       testers.Add (wxT ("Adam Colt"));
-       testers.Add (wxT ("Adam Keay"));
-       testers.Add (wxT ("Anders Nordentoft-Madsen"));
-       testers.Add (wxT ("Andreas Eli"));
-       testers.Add (wxT ("Andreas Weiss"));
-       testers.Add (wxT ("Bill Lam"));
-       testers.Add (wxT ("Brad Miller"));
-       testers.Add (wxT ("Carsten Kurz"));
-       testers.Add (wxT ("David Booty"));
-       testers.Add (wxT ("Gavin Lewarne"));
-       testers.Add (wxT ("Greg Rooke"));
-       testers.Add (wxT ("Gérald Maruccia"));
-       testers.Add (wxT ("John Convertino"));
-       testers.Add (wxT ("Jonathan Jensen"));
-       testers.Add (wxT ("Karim Senoucci"));
-       testers.Add (wxT ("Lilian Lefranc"));
-       testers.Add (wxT ("Luke Granger-Brown"));
-       testers.Add (wxT ("Markus Raab"));
-       testers.Add (wxT ("Mattias Mattsson"));
-       testers.Add (wxT ("Maurizio Giampà"));
-       testers.Add (wxT ("Mike Blakesley"));
-       testers.Add (wxT ("Olivier Lemaire"));
-       testers.Add (wxT ("Patrick Haderer"));
-       testers.Add (wxT ("Paul Willmott"));
-       testers.Add (wxT ("Pepijn Klijs"));
-       testers.Add (wxT ("Peter Puchner"));
-       testers.Add (wxT ("Roop Chand"));
-       testers.Add (wxT ("Simon Kesselman"));
-       testers.Add (wxT ("Stefan Karner"));
-       testers.Add (wxT ("Thierry Journet"));
-       testers.Add (wxT ("Trever Anderson"));
-       testers.Add (wxT ("Will Meadows"));
-       testers.Add (wxT ("Wolfgang Woehl"));
-       add_section (_("Tested by"), testers);
+       wxArrayString tested_by;
+       tested_by.Add (wxT ("Ada de Kamper"));
+       tested_by.Add (wxT ("Adam Colt"));
+       tested_by.Add (wxT ("Adam Keay"));
+       tested_by.Add (wxT ("Anders Nordentoft-Madsen"));
+       tested_by.Add (wxT ("Andreas Eli"));
+       tested_by.Add (wxT ("Andreas Weiss"));
+       tested_by.Add (wxT ("Bill Lam"));
+       tested_by.Add (wxT ("Brad Miller"));
+       tested_by.Add (wxT ("Carsten Kurz"));
+       tested_by.Add (wxT ("David Booty"));
+       tested_by.Add (wxT ("Denzil Kriekenbeek"));
+       tested_by.Add (wxT ("Gavin Lewarne"));
+       tested_by.Add (wxT ("Greg Rooke"));
+       tested_by.Add (wxT ("Gérald Maruccia"));
+       tested_by.Add (wxT ("John Convertino"));
+       tested_by.Add (wxT ("Jonathan Jensen"));
+       tested_by.Add (wxT ("Karim Senoucci"));
+       tested_by.Add (wxT ("Lilian Lefranc"));
+       tested_by.Add (wxT ("Luke Granger-Brown"));
+       tested_by.Add (wxT ("Markus Raab"));
+       tested_by.Add (wxT ("Mattias Mattsson"));
+       tested_by.Add (wxT ("Maurizio Giampà"));
+       tested_by.Add (wxT ("Mauro Ottonello"));
+       tested_by.Add (wxT ("Mike Blakesley"));
+       tested_by.Add (wxT ("Olivier Lemaire"));
+       tested_by.Add (wxT ("Patrick Haderer"));
+       tested_by.Add (wxT ("Paul Willmott"));
+       tested_by.Add (wxT ("Pepijn Klijs"));
+       tested_by.Add (wxT ("Peter Puchner"));
+       tested_by.Add (wxT ("Roop Chand"));
+       tested_by.Add (wxT ("Simon Kesselman"));
+       tested_by.Add (wxT ("Simon Vannarath"));
+       tested_by.Add (wxT ("Stefan Karner"));
+       tested_by.Add (wxT ("Steve Guttag"));
+       tested_by.Add (wxT ("Thierry Journet"));
+       tested_by.Add (wxT ("Trever Anderson"));
+       tested_by.Add (wxT ("Will Meadows"));
+       tested_by.Add (wxT ("Wolfgang Woehl"));
+       add_section (_("Tested by"), tested_by);
        
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());