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/metadata_dialog.h | |
| parent | cb330f076f72000d028b11e88702addb0a2ab480 (diff) | |
Add new "territory type" so that INT-T{D,L} can be chosen (#2704).
Diffstat (limited to 'src/wx/metadata_dialog.h')
| -rw-r--r-- | src/wx/metadata_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h index 43da2ba71..5b4efb8c9 100644 --- a/src/wx/metadata_dialog.h +++ b/src/wx/metadata_dialog.h @@ -78,6 +78,7 @@ private: void luminance_changed (); std::vector<dcp::Rating> ratings () const; void set_ratings (std::vector<dcp::Rating> r); + void territory_type_changed(); CheckBox* _enable_release_territory; /** The current release territory displayed in the UI; since we can't easily convert @@ -86,6 +87,7 @@ private: */ boost::optional<dcp::LanguageTag::RegionSubtag> _release_territory_copy; RegionSubtagWidget* _release_territory; + Choice* _territory_type; LanguageTagWidget* _sign_language_video_language = nullptr; CheckBox* _enable_facility; wxTextCtrl* _facility; |
