From 0ecea9f4d1a772e99f396e47364e68abfbfe9f7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Jan 2023 14:31:19 +0100 Subject: Bump libdcp to fix font ID bug in the combiner (#2402). --- src/wx/verify_dcp_dialog.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc index bd36334cd..82d9ca231 100644 --- a/src/wx/verify_dcp_dialog.cc +++ b/src/wx/verify_dcp_dialog.cc @@ -383,6 +383,12 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr job case dcp::VerificationNote::Code::INVALID_MAIN_PICTURE_ACTIVE_AREA: add(i, _("The is either not a multiple of 2, or is bigger than an asset.")); break; + case dcp::VerificationNote::Code::DUPLICATE_ASSET_ID_IN_PKL: + add(i, _("The PKL %n has more than one asset with the same ID.")); + break; + case dcp::VerificationNote::Code::DUPLICATE_ASSET_ID_IN_ASSETMAP: + add(i, _("The ASSETMAP %n has more than one asset with the same ID.")); + break; } } -- cgit v1.2.3