summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-14 17:23:36 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-14 17:23:36 +0000
commitedbf1440bd113693412e495a31fe1e7aaa681720 (patch)
tree7e0946debfade1f9a2368afbec8ff3ccd45cc3a7 /src
parent1ee6b3cd8dd7febff1015707190b73e0170f6432 (diff)
Reporters -> 1600.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 5fb5d3359..7c031e4de 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -110,6 +110,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Mattias Mattsson"));
supported_by.Add (wxT ("Andrä Steiner"));
supported_by.Add (wxT ("Jonathan Jensen"));
+ supported_by.Add (wxT ("Mike Stiebing"));
supported_by.Add (wxT ("Kjarten Michaelsen"));
supported_by.Add (wxT ("Jussi Siponen"));
supported_by.Add (wxT ("Cinema Clarici"));
@@ -133,7 +134,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Jeff Boot"));
add_section (_("Supported by"), supported_by);
- wxString reporters;
+ wxArrayString reporters;
reporters.Add (wxT ("Greg Rooke"));
reporters.Add (wxT ("Olivier Lemaire"));
reporters.Add (wxT ("Trever Anderson"));
@@ -145,7 +146,14 @@ AboutDialog::AboutDialog (wxWindow* parent)
reporters.Add (wxT ("John Convertino"));
reporters.Add (wxT ("Mike Blakesley"));
reporters.Add (wxT ("Simon Kesselman"));
- add_section (_("Bug reports and feature suggestions by"));
+ reporters.Add (wxT ("Gavin Lewarne"));
+ reporters.Add (wxT ("Thierry Journet"));
+ reporters.Add (wxT ("Carsten Kurz"));
+ reporters.Add (wxT ("Karim Senoucci"));
+ reporters.Add (wxT ("Paul Willmott"));
+ reporters.Add (wxT ("Mattias Mattsson"));
+ reporters.Add (wxT ("Andreas Eli"));
+ add_section (_("Bug reports and feature suggestions by"), reporters);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());