summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-18 23:01:00 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-18 23:01:00 +0000
commitcf8ee1c121a847865e1144ba179d9fa57c9f12a6 (patch)
treee7dc25900bf91f5f64625fd81fc9dd31e5e270aa /src
parentc116d1ba8656a157f6d81a3d10cd0ac86968554f (diff)
Bump libdcp for build failures in openjpeg.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 296b6d427..d169db971 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -133,6 +133,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Aldo Midali"));
supported_by.Add (wxT ("Jeff Boot"));
supported_by.Add (wxT ("Filip Kovcin"));
+ supported_by.Add (wxT ("Adam Colt"));
add_section (_("Supported by"), supported_by);
wxArrayString testers;
@@ -161,6 +162,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
testers.Add (wxT ("Bill Lam"));
testers.Add (wxT ("Pepijn Klijs"));
testers.Add (wxT ("Will Meadows"));
+ testers.Add (wxT ("Adam Colt"));
add_section (_("Tested by"), testers);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());