summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 0f62f4479..f9f15e2ac 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -76,7 +76,8 @@ private:
void use_dci_name_toggled ();
void edit_dci_button_clicked ();
void content_selection_changed ();
- void content_add_clicked ();
+ void content_add_file_clicked ();
+ void content_add_folder_clicked ();
void content_remove_clicked ();
void container_changed ();
void dcp_content_type_changed ();
@@ -123,7 +124,8 @@ private:
wxCheckBox* _use_dci_name;
wxChoice* _container;
wxListCtrl* _content;
- wxButton* _content_add;
+ wxButton* _content_add_file;
+ wxButton* _content_add_folder;
wxButton* _content_remove;
wxButton* _content_earlier;
wxButton* _content_later;