Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / wx / dcp_panel.cc
index 5a380ec4e71ce567a60a7076a7f330c1a6c744e1..5c4d3148d233a7b5850ca68329e2a77e330bd1e7 100644 (file)
@@ -438,7 +438,7 @@ DCPPanel::film_content_changed (int property)
            property == VideoContentProperty::SCALE ||
            property == DCPContentProperty::REFERENCE_VIDEO ||
            property == DCPContentProperty::REFERENCE_AUDIO ||
-           property == DCPContentProperty::REFERENCE_SUBTITLE) {
+           property == DCPContentProperty::REFERENCE_TEXT) {
                setup_dcp_name ();
                setup_sensitivity ();
        }