diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:53:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:53:52 +0100 |
| commit | a85c82137ec26124ebefccb4aeebb96a3cdb8a4c (patch) | |
| tree | c1ab1cdc808198f9bec49553bb62c6f209887467 /src/wx/dcp_panel.h | |
| parent | d7c6347a250f618d5070d1264677010c8026d927 (diff) | |
Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of encryption key.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 3 |
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; |
