Bump libdcp to version which checks for empty interop subtitle assets.
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index 82d9ca231c7b876e16ab1a916ab14524e7971f3d..b3184e29fc792eb282a1732d698957c51e467b89 100644 (file)
@@ -389,6 +389,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::DUPLICATE_ASSET_ID_IN_ASSETMAP:
                        add(i, _("The ASSETMAP %n has more than one asset with the same ID."));
                        break;
+               case dcp::VerificationNote::Code::MISSING_SUBTITLE:
+                       add(i, _("The subtitle asset %n contains no subtitles."));
+                       break;
                }
        }