Rename ConfigDialog -> FullConfigDialog.
[dcpomatic.git] / src / wx / timeline_labels_view.h
index 3b71533440f383f3fb71b782ea4648ff2da74e38..87b3cc90284a734f923a660f785a8878a67f7867 100644 (file)
@@ -30,7 +30,7 @@ public:
        dcpomatic::Rect<int> bbox () const;
 
        void set_3d (bool s);
-       void set_subtitle (bool s);
+       void set_subtitle_tracks (int n);
        void set_atmos (bool s);
 
 private:
@@ -38,6 +38,6 @@ private:
 
        int _width;
        bool _threed;
-       bool _subtitle;
+       int _subtitle_tracks;
        bool _atmos;
 };