summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-26 00:20:21 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-26 00:20:21 +0100
commit264a268f7c1244b47d9fa54ad342d80b0f98e16d (patch)
treeb184c193908fc96280ccffef4e51a67ab35eb69d /src/wx/film_editor.h
parent78e5a331074a456097a162d47501daf1df1ab1a3 (diff)
Basic if sketchy support for image sequences.
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;