diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-14 14:11:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-14 14:11:11 +0000 |
| commit | 1ee6b3cd8dd7febff1015707190b73e0170f6432 (patch) | |
| tree | f06e5a938c0e96ab64af3ef58cb5b210759c95a4 /src | |
| parent | dd9dfb4ff1fa5920193808123844300a94b2b0b1 (diff) | |
Reporters -> 1900.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 6 |
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()); |
