Bump libdcp to fix font ID bug in the combiner (#2402).
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index bd36334cdcc12a56d8ce05ba781e4aa1fa4bef7a..82d9ca231c7b876e16ab1a916ab14524e7971f3d 100644 (file)
@@ -383,6 +383,12 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::INVALID_MAIN_PICTURE_ACTIVE_AREA:
                        add(i, _("The <MainPictureActiveArea> is either not a multiple of 2, or is bigger than an asset."));
                        break;
+               case dcp::VerificationNote::Code::DUPLICATE_ASSET_ID_IN_PKL:
+                       add(i, _("The PKL %n has more than one asset with the same ID."));
+                       break;
+               case dcp::VerificationNote::Code::DUPLICATE_ASSET_ID_IN_ASSETMAP:
+                       add(i, _("The ASSETMAP %n has more than one asset with the same ID."));
+                       break;
                }
        }