summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-01 16:41:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-01 16:41:13 +0100
commit7632d0d3da495443b80334363399172e54ebfd7c (patch)
tree2cf501fbe9eb0b6b6465af50a5c55167fbb7f037 /src/wx/film_editor.h
parentd88958ff52b8865d95d33b38cd53694dc8519c5a (diff)
Add burn subtitles option to Film.
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 96cae3900..6028a700d 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -98,6 +98,7 @@ private:
void three_d_changed ();
void standard_changed ();
void signed_toggled ();
+ void burn_subtitles_toggled ();
void encrypted_toggled ();
/* Handle changes to the model */
@@ -154,6 +155,7 @@ private:
wxChoice* _resolution;
wxChoice* _standard;
wxCheckBox* _signed;
+ wxCheckBox* _burn_subtitles;
wxCheckBox* _encrypted;
ContentMenu _menu;