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 a2883f6ad..5fb5d3359 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -139,6 +139,12 @@ AboutDialog::AboutDialog (wxWindow* parent)
reporters.Add (wxT ("Trever Anderson"));
reporters.Add (wxT ("Wolfgang Woehl"));
reporters.Add (wxT ("Jonathan Jensen"));
+ reporters.Add (wxT ("Anders Nordentoft-Madsen"));
+ reporters.Add (wxT ("Lilian Lefranc"));
+ reporters.Add (wxT ("Gérald Maruccia"));
+ reporters.Add (wxT ("John Convertino"));
+ reporters.Add (wxT ("Mike Blakesley"));
+ reporters.Add (wxT ("Simon Kesselman"));
add_section (_("Bug reports and feature suggestions by"));
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());