Display only required tabs, including subs / ccap.
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 78e81328a22e130edf05f78c097c210e2a9c2433..779361f630c7b4a2d88a9075e8338d8ea1662cd3 100644 (file)
@@ -40,7 +40,7 @@ using dcp::raw_convert;
 DCPSubtitleContent::DCPSubtitleContent (shared_ptr<const Film> film, boost::filesystem::path path)
        : Content (film, path)
 {
-       caption.push_back (shared_ptr<CaptionContent> (new CaptionContent (this)));
+       caption.push_back (shared_ptr<CaptionContent> (new CaptionContent (this, CAPTION_OPEN)));
 }
 
 DCPSubtitleContent::DCPSubtitleContent (shared_ptr<const Film> film, cxml::ConstNodePtr node, int version)