summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 5fa5014f0..a2883f6ad 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -130,8 +130,17 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Sylvain Mielle"));
supported_by.Add (wxT ("Ivan Pullman"));
supported_by.Add (wxT ("Aldo Midali"));
+ supported_by.Add (wxT ("Jeff Boot"));
add_section (_("Supported by"), supported_by);
+ wxString reporters;
+ reporters.Add (wxT ("Greg Rooke"));
+ reporters.Add (wxT ("Olivier Lemaire"));
+ reporters.Add (wxT ("Trever Anderson"));
+ reporters.Add (wxT ("Wolfgang Woehl"));
+ reporters.Add (wxT ("Jonathan Jensen"));
+ add_section (_("Bug reports and feature suggestions by"));
+
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());
overall_sizer->Add (sizer);