summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 3b6a0f4f7..192c10513 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -154,6 +154,12 @@ AboutDialog::AboutDialog (wxWindow* parent)
testers.Add (wxT ("Mattias Mattsson"));
testers.Add (wxT ("Andreas Eli"));
testers.Add (wxT ("Roop Chand"));
+ testers.Add (wxT ("Peter Puchner"));
+ testers.Add (wxT ("David Booty"));
+ testers.Add (wxT ("Maurizio GiampĂ "));
+ testers.Add (wxT ("Bill Lam"));
+ testers.Add (wxT ("Pepijn Klijs"));
+ testers.Add (wxT ("Will Meadows"));
add_section (_("Tested by"), testers);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());