summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-14 14:00:53 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-14 14:00:53 +0000
commitdd9dfb4ff1fa5920193808123844300a94b2b0b1 (patch)
tree25a7a4b65a5fc14c10866a4e6f0575b74e4f44c6 /src
parentda638b22b59a0cd04d88c2852ef9fb28eb5edcd7 (diff)
parentebc8b9157e51b206692c9e3822c8c02fa999db67 (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
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);