diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-15 11:08:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-15 11:08:58 +0000 |
| commit | 8ddc4a6f145e3202ccba76029b7eade3a4f16740 (patch) | |
| tree | 55ee92312d6407780aafb80a3f8877d7ea9e16ae /src/wx/dcp_panel.h | |
| parent | 328668a8b63fb407fd4e2fef1e253e992ab987ac (diff) | |
Hand-apply e9b7f3df544697d6af9d926d32405a797841960a; add 'copy to name' button to allow editing of ISDCF names after creation rather than the 'replace on disable' hack.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 88a9c4c51..ced6e6efd 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -51,6 +51,7 @@ private: void name_changed (); void use_isdcf_name_toggled (); void edit_isdcf_button_clicked (); + void copy_isdcf_name_button_clicked (); void container_changed (); void dcp_content_type_changed (); void scaler_changed (); @@ -86,6 +87,7 @@ private: wxCheckBox* _use_isdcf_name; wxChoice* _container; wxButton* _edit_isdcf_button; + wxButton* _copy_isdcf_name_button; wxChoice* _scaler; wxSpinCtrl* _j2k_bandwidth; wxChoice* _dcp_content_type; |
