From: Carl Hetherington Date: Fri, 14 Feb 2014 17:23:36 +0000 (+0000) Subject: Reporters -> 1600. X-Git-Tag: v2.0.48~905^2~23 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=edbf1440bd113693412e495a31fe1e7aaa681720;p=dcpomatic.git Reporters -> 1600. --- 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());