Nag users to backup config.xml if they make a DKDM.
[dcpomatic.git] / src / wx / content_panel.h
index e1a66770c446633fcf72cfda2d9140b26833c26e..cf5782baa6d45e268b94ce6bd391cea85e01c363 100644 (file)
@@ -48,6 +48,7 @@ public:
        void set_film (boost::shared_ptr<Film>);
        void set_general_sensitivity (bool s);
        void set_selection (boost::weak_ptr<Content>);
+       void set_selection (ContentList cl);
 
        void film_changed (Film::Property p);
        void film_content_changed (int p);
@@ -72,6 +73,7 @@ public:
 private:
        void selection_changed ();
        void add_folder_clicked ();
+       void add_dcp_clicked ();
        void earlier_clicked ();
        void later_clicked ();
        void right_click (wxListEvent &);
@@ -89,6 +91,7 @@ private:
        wxListCtrl* _content;
        wxButton* _add_file;
        wxButton* _add_folder;
+       wxButton* _add_dcp;
        wxButton* _remove;
        wxButton* _earlier;
        wxButton* _later;