diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-05 01:28:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-05 17:06:21 +0100 |
| commit | 43cca4d3a11e077b3e75c713b95942cc3afc9eb1 (patch) | |
| tree | bbbf9102ec0e6fbd0cab778d9ce834cb52b5a9fc /src/wx/dcp_panel.cc | |
| parent | cb330f076f72000d028b11e88702addb0a2ab480 (diff) | |
Add new "territory type" so that INT-T{D,L} can be chosen (#2704).
Diffstat (limited to 'src/wx/dcp_panel.cc')
| -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 1b1cc0e36..eba5b777c 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -530,6 +530,7 @@ DCPPanel::film_changed(FilmProperty p) case FilmProperty::TWO_D_VERSION_OF_THREE_D: case FilmProperty::CHAIN: case FilmProperty::LUMINANCE: + case FilmProperty::TERRITORY_TYPE: setup_dcp_name (); break; default: |
