diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-17 14:25:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-17 14:25:26 +0000 |
| commit | 5a8c074879003c8ac19029612e0ce7ebf80435b7 (patch) | |
| tree | 53345c734c684b48fbb7c55aee3a6a68d086fb15 /src | |
| parent | 3576381aa294d45472ce60034e725a440d638531 (diff) | |
Disable copy-as-name button with no Film.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 774f41667..18ba4ccfd 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -411,6 +411,7 @@ DCPPanel::set_general_sensitivity (bool s) _use_isdcf_name->Enable (s); _edit_isdcf_button->Enable (s); _dcp_content_type->Enable (s); + _copy_isdcf_name_button->Enable (s); bool si = s; if (_film && _film->encrypted ()) { |
