Add missing GUI message. v2.16.61
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Aug 2023 23:06:15 +0000 (01:06 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Aug 2023 23:06:15 +0000 (01:06 +0200)
src/wx/verify_dcp_dialog.cc

index 6d63354379a362273174e35866ce3327f76ae427..2f43f3c8f9d1b24dd1de7fd37d1f7b896fd8dcae 100644 (file)
@@ -434,6 +434,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::MISMATCHED_ASSET_MAP_ID:
                        add(i, _("The asset with ID %id in the asset map actually has an id of %other_id"));
                        break;
+               case dcp::VerificationNote::Code::EMPTY_CONTENT_VERSION_LABEL_TEXT:
+                       add(i, _("The <LabelText> in a <ContentVersion> in CPL %id is empty"));
+                       break;
                }
        }