From 2c4e4c17fcf4100651cd04692557a35d15198718 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Sep 2024 01:27:14 +0200 Subject: Missing new verification error. --- src/wx/verify_dcp_dialog.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc index 9417d7934..b55e0d7ba 100644 --- a/src/wx/verify_dcp_dialog.cc +++ b/src/wx/verify_dcp_dialog.cc @@ -562,6 +562,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr job case dcp::VerificationNote::Code::MISSING_CPL_CONTENT_VERSION: add(i.second, _("The CPL %n has no tag")); break; + case dcp::VerificationNote::Code::INVALID_PKL_NAMESPACE: + add(i.second, _("The PKL %f has an invalid namespace %n")); + break; } } -- cgit v1.2.3