summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index c5c76f27a..96786d8a1 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -67,6 +67,7 @@ private:
void signed_toggled ();
void burn_subtitles_toggled ();
void encrypted_toggled ();
+ void edit_key_clicked ();
void setup_frame_rate_widget ();
void setup_container ();
@@ -101,6 +102,8 @@ private:
wxCheckBox* _signed;
wxCheckBox* _burn_subtitles;
wxCheckBox* _encrypted;
+ wxStaticText* _key;
+ wxButton* _edit_key;
boost::shared_ptr<Film> _film;
bool _generally_sensitive;