projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a3624
)
Missing new verification error.
author
Carl Hetherington
<cth@carlh.net>
Mon, 23 Sep 2024 23:27:14 +0000
(
01:27
+0200)
committer
Carl Hetherington
<cth@carlh.net>
Mon, 23 Sep 2024 23:27:14 +0000
(
01:27
+0200)
src/wx/verify_dcp_dialog.cc
patch
|
blob
|
history
diff --git
a/src/wx/verify_dcp_dialog.cc
b/src/wx/verify_dcp_dialog.cc
index 9417d7934b0abbb0eeb3ac17cfcc9370ef5e5736..b55e0d7ba0aa8910763f0cef9350600cd2cea2cf 100644
(file)
--- a/
src/wx/verify_dcp_dialog.cc
+++ b/
src/wx/verify_dcp_dialog.cc
@@
-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;
}
}