From: Carl Hetherington Date: Wed, 17 Mar 2021 15:22:25 +0000 (+0100) Subject: Missing verification note text. X-Git-Tag: v2.15.136~17 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=cdb95926a42948144dad16c227e9cc01a00d49b8;hp=671b037338fa6bc09dc0795191a23ff2999f027c;p=dcpomatic.git Missing verification note text. --- diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc index 44b2ed134..c8a3ad321 100644 --- a/src/wx/verify_dcp_dialog.cc +++ b/src/wx/verify_dcp_dialog.cc @@ -335,6 +335,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr job case dcp::VerificationNote::Code::MISSING_JPEG200_TLM_MARKER: add(i, _("A JPEG2000 frame has no TLM marker.")); break; + case dcp::VerificationNote::Code::SUBTITLE_OVERLAPS_REEL_BOUNDARY: + add(i, _("A subtitle lasts longer than the reel it is in.")); + break; } }