summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.cc
diff options
context:
space:
mode:
authorMart Jansink <mart@gofilex.nl>2018-02-09 11:22:44 +0100
committerCarl Hetherington <cth@carlh.net>2018-02-14 23:28:26 +0000
commit91ce56edbb31d6bb588ce31b6eb4c5e420b68a23 (patch)
tree94599f50ae95195ac0fa9cb356e0c447a28b21a3 /src/wx/kdm_output_panel.cc
parentd661797fed639f9e6a6cf2160cf0d2e4de04694c (diff)
Add the "Multiple Modified Transitional 1" KDM formulation.
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
-rw-r--r--src/wx/kdm_output_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc
index 1a4a209ca..3befd7025 100644
--- a/src/wx/kdm_output_panel.cc
+++ b/src/wx/kdm_output_panel.cc
@@ -52,6 +52,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
add_label_to_sizer (table, this, _("KDM type"), true);
_type = new wxChoice (this, wxID_ANY);
_type->Append ("Modified Transitional 1", ((void *) dcp::MODIFIED_TRANSITIONAL_1));
+ _type->Append ("Multiple Modified Transitional 1", ((void *) dcp::MULTIPLE_MODIFIED_TRANSITIONAL_1));
_type->Append ("Modified Transitional 1 (without AuthorizedDeviceInfo)", ((void *) dcp::MODIFIED_TRANSITIONAL_TEST));
if (!interop) {
_type->Append ("DCI Any", ((void *) dcp::DCI_ANY));