diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-04 22:47:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-04 22:47:49 +0200 |
| commit | 6d716e405a0781c3d6cdc37d3718a8858faf3dd9 (patch) | |
| tree | 7e586a10ded5d4091a998446c8fcf21a89914442 /src/wx/metadata_dialog.h | |
| parent | 4e2ff7851127cd85c3e7d78b42eb884d0cda0ac3 (diff) | |
Allow specifying and writing sign language video language metadata (#2062).v2.15.157
Diffstat (limited to 'src/wx/metadata_dialog.h')
| -rw-r--r-- | src/wx/metadata_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h index 7c4471e59..a6f5cefda 100644 --- a/src/wx/metadata_dialog.h +++ b/src/wx/metadata_dialog.h @@ -34,6 +34,7 @@ DCPOMATIC_ENABLE_WARNINGS class Button; class wxSpinCtrlDouble; +class LanguageTagWidget; class MetadataDialog : public wxDialog, public WeakFilm @@ -50,6 +51,7 @@ protected: virtual void setup_sensitivity (); private: + void sign_language_video_language_changed (); void edit_release_territory (); void enable_release_territory_changed (); void facility_changed (); @@ -73,6 +75,7 @@ private: boost::optional<dcp::LanguageTag::RegionSubtag> _release_territory; wxStaticText* _release_territory_text; Button* _edit_release_territory; + LanguageTagWidget* _sign_language_video_language = nullptr; wxCheckBox* _enable_facility; wxTextCtrl* _facility; wxCheckBox* _enable_chain; |
