summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-16 11:24:33 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-16 11:24:33 +0000
commit7feda7e97b67917d240585a09ed6c50d4605a83d (patch)
tree9e96af8220a0c221c3da5e3b9a1f942bd89a7321 /src/wx/dcp_panel.h
parentd4467a8a07fa3411ce2fabc80e533e322a4fb796 (diff)
Add option to auto-upload to the TMS (#794).
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index da93e752a..510a18744 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -73,6 +73,7 @@ private:
void show_audio_clicked ();
void reel_type_changed ();
void reel_length_changed ();
+ void upload_after_make_dcp_changed ();
void setup_frame_rate_widget ();
void setup_container ();
@@ -116,6 +117,7 @@ private:
wxButton* _edit_key;
wxChoice* _reel_type;
wxSpinCtrl* _reel_length;
+ wxCheckBox* _upload_after_make_dcp;
AudioDialog* _audio_dialog;