summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-02 23:05:05 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-04 20:48:35 +0200
commitb0c9c0470708d0822631b82915f4ed67e5fc7c1b (patch)
tree1bb8f0e222206d3247d31036afe92aa23fd686e4 /src/wx/dcp_panel.cc
parentbb9a4a46266f705142a8aca41a092445a02debf0 (diff)
Use ratings from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
Diffstat (limited to 'src/wx/dcp_panel.cc')
-rw-r--r--src/wx/dcp_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index ecedec66f..6d0e64965 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -449,6 +449,7 @@ DCPPanel::film_changed (Film::Property p)
case Film::Property::CONTENT_VERSIONS:
case Film::Property::VERSION_NUMBER:
case Film::Property::RELEASE_TERRITORY:
+ case Film::Property::RATINGS:
setup_dcp_name ();
break;
default: