Move _state_timer into VideoView.
[dcpomatic.git] / src / wx / paste_dialog.h
index 7de38fd2caaf1a378018119416e4230d3dfaa757..792195947274288c48881daab79398dd4a91a0c4 100644 (file)
 class PasteDialog : public TableDialog
 {
 public:
-       PasteDialog (wxWindow* parent, bool video, bool audio, bool caption);
+       PasteDialog (wxWindow* parent, bool video, bool audio, bool text);
 
        bool video () const;
        bool audio () const;
-       bool caption () const;
+       bool text () const;
 
 private:
        wxCheckBox* _video;
        wxCheckBox* _audio;
-       wxCheckBox* _caption;
+       wxCheckBox* _text;
 };