summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-03 00:56:16 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-03 00:56:16 +0100
commitcc56fc111c742ed5ec072fa0bbe0b950150d40c1 (patch)
treeeadea8af082b332ccb5726dcafa7821be8c5ceaa /src/wx/config_dialog.h
parentccf029f29d128a6cc92a8d77b1e0d0e483fd1beb (diff)
Configurable default format and content type (#133).
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 598279e86..c926b0937 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -56,6 +56,8 @@ private:
void edit_server_clicked (wxCommandEvent &);
void remove_server_clicked (wxCommandEvent &);
void server_selection_changed (wxListEvent &);
+ void default_format_changed (wxCommandEvent &);
+ void default_dcp_content_type_changed (wxCommandEvent &);
void add_server_to_control (ServerDescription *);
void setup_language_sensitivity ();
@@ -72,6 +74,8 @@ private:
wxPanel* _servers_panel;
wxCheckBox* _set_language;
wxChoice* _language;
+ wxChoice* _default_format;
+ wxChoice* _default_dcp_content_type;
wxTextCtrl* _tms_ip;
wxTextCtrl* _tms_path;
wxTextCtrl* _tms_user;