summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-14 14:00:37 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-14 14:00:37 +0000
commitebc8b9157e51b206692c9e3822c8c02fa999db67 (patch)
tree4ea42c6bce70e85b045da3036110b6da3221edc9 /src
parent0f0c54de9fe67782037fd4e3d115b8e7732fe9ed (diff)
Add supporter and first few reporters.
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);