Fix update of reference-dcp-audio button.
[dcpomatic.git] / src / wx / content_properties_dialog.cc
index 4f92e53ce05aa925058bfbc88e62956e7869a196..0b9bd0bb85b8b88f36a18700384f0a8be74fe816 100644 (file)
@@ -33,7 +33,7 @@ using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 
 ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr<Content> content)
-       : TableDialog (parent, _("Content Properties"), 2, false)
+       : TableDialog (parent, _("Content Properties"), 2, 1, false)
 {
        string n = content->path(0).string();
        boost::algorithm::replace_all (n, "&", "&&");