Tidy up after mass rename.
[dcpomatic.git] / src / wx / timeline_labels_view.h
index 646d93a588dda155f1126e6091bc70289150f8b3..f26c9762b879abed4f73e1347b513489c183336f 100644 (file)
@@ -31,7 +31,7 @@ public:
 
        void set_3d (bool s);
        void set_audio_tracks (int n);
-       void set_caption_tracks (int n);
+       void set_text_tracks (int n);
        void set_atmos (bool s);
 
 private:
@@ -40,6 +40,6 @@ private:
        int _width;
        bool _threed;
        int _audio_tracks;
-       int _caption_tracks;
+       int _text_tracks;
        bool _atmos;
 };