Missing new verification error.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Sep 2024 23:27:14 +0000 (01:27 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Sep 2024 23:27:14 +0000 (01:27 +0200)
src/wx/verify_dcp_dialog.cc

index 9417d7934b0abbb0eeb3ac17cfcc9370ef5e5736..b55e0d7ba0aa8910763f0cef9350600cd2cea2cf 100644 (file)
@@ -562,6 +562,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::MISSING_CPL_CONTENT_VERSION:
                        add(i.second, _("The CPL %n has no <ContentVersion> tag"));
                        break;
+               case dcp::VerificationNote::Code::INVALID_PKL_NAMESPACE:
+                       add(i.second, _("The PKL %f has an invalid namespace %n"));
+                       break;
                }
        }