diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-06 21:18:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-06 21:18:57 +0000 |
| commit | 9ea5d42439564f462d1aaa74e46c0f9656886818 (patch) | |
| tree | e43ea95fe30671a9b2e46ffc92266bee827d47e1 /src | |
| parent | 45b34c2265f56b47051bcf1d5c86c067bb9b2f5b (diff) | |
More testers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 77 |
1 files changed, 41 insertions, 36 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 0e7e45fd3..3c0730870 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -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()); |
