diff options
Diffstat (limited to 'src/wx/verify_dcp_result_panel.cc')
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index d65806cf8..5a3104c13 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -568,7 +568,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) _("More JPEG2000 frames (not listed) contain invalid Rsiz values.") ); break; - case dcp::VerificationNote::Code::MISSING_JPEG200_TLM_MARKER: + case dcp::VerificationNote::Code::MISSING_JPEG2000_TLM_MARKER: add( i.second, _("A JPEG2000 frame has no TLM marker."), |
