summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-04 23:40:39 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-04 23:40:39 +0000
commit47d5204ee41d891c5ad9a204a2b1fa10ed2e7658 (patch)
tree8e2abd982a1ed6cb34a24a82bd04cf7d190a7be3 /src/wx/film_editor.h
parenta3241f40b061480a0907699a5857075388216643 (diff)
Make signatures optional (#273).
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 7fd61e5fc..23c87e678 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -96,6 +96,7 @@ private:
void content_right_click (wxListEvent &);
void three_d_changed ();
void standard_changed ();
+ void signed_toggled ();
void encrypted_toggled ();
/* Handle changes to the model */
@@ -147,6 +148,7 @@ private:
wxCheckBox* _three_d;
wxChoice* _resolution;
wxChoice* _standard;
+ wxCheckBox* _signed;
wxCheckBox* _encrypted;
ContentMenu _menu;