Bump libdcp for better verification, and make API adjustments.
[dcpomatic.git] / src / wx / kdm_cpl_panel.cc
index be5e42dd8b9458a490b967027928c9982ffd5d6d..8bb73f783a473346a84463355eef96eabb182a00 100644 (file)
@@ -92,7 +92,7 @@ KDMCPLPanel::update_cpl_summary ()
 
        _dcp_directory->SetLabel (std_to_wx (_cpls[n].dcp_directory));
        _cpl_id->SetLabel (std_to_wx (_cpls[n].cpl_id));
-       _cpl_annotation_text->SetLabel (std_to_wx (_cpls[n].cpl_annotation_text));
+       _cpl_annotation_text->SetLabel (std_to_wx(_cpls[n].cpl_annotation_text.get_value_or("")));
 }
 
 void