diff options
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 ()) { |
