summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-31 00:03:49 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-05 00:43:19 +0100
commite8ce097ce705446c27b51199a321a9918deaa0db (patch)
tree0a52cbc9c52791d453fa4bd478609aedde98c831 /src/wx/dcp_panel.h
parentef65a179e8c907029d0d9254863d4884581f3d60 (diff)
Allow specification of which parts of the DCP to encrypt (#3099).
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 2196e8927..29ad83eaf 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -81,6 +81,7 @@ private:
void three_d_changed();
void standard_changed();
void encrypted_toggled();
+ void encryption_settings_clicked();
void audio_processor_changed();
void show_audio_clicked();
void markers_clicked();
@@ -153,8 +154,9 @@ private:
wxStaticText* _standard_label;
Choice* _standard;
CheckBox* _encrypted;
- wxButton* _markers;
- wxButton* _metadata;
+ Button* _encryption_settings;
+ Button* _markers;
+ Button* _metadata;
Button* _reels;
wxSizer* _audio_panel_sizer;