summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-20 00:54:49 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-20 00:54:49 +0000
commit14247790278d45e98004ef54b8ba700d10f3193a (patch)
tree31eef31dd8ec68507d69501d415fd3eecfe2d776 /src/wx/content_panel.h
parent6727f7e47db1ad7b0a21f2047e8ed3b4e1968b2a (diff)
Add DCP button added to content panel.
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index e8b31b7f4..cf5782baa 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -73,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 &);
@@ -90,6 +91,7 @@ private:
wxListCtrl* _content;
wxButton* _add_file;
wxButton* _add_folder;
+ wxButton* _add_dcp;
wxButton* _remove;
wxButton* _earlier;
wxButton* _later;