diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-28 20:11:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-28 20:11:21 +0000 |
| commit | 554167b8c83ce15f662a71dccd9e6826231c360e (patch) | |
| tree | de28b152a7474600384de9035a7e0ddb8e412137 /src/wx/isdcf_metadata_dialog.h | |
| parent | 4540ff0beb2dad9911afc309b75952adc226fa48 (diff) | |
Restore ISDCF subtitle language option as an override (#1536).
Diffstat (limited to 'src/wx/isdcf_metadata_dialog.h')
| -rw-r--r-- | src/wx/isdcf_metadata_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/isdcf_metadata_dialog.h b/src/wx/isdcf_metadata_dialog.h index b1ecb5a36..335c29a4a 100644 --- a/src/wx/isdcf_metadata_dialog.h +++ b/src/wx/isdcf_metadata_dialog.h @@ -34,8 +34,12 @@ public: ISDCFMetadata isdcf_metadata () const; private: + void setup_sensitivity (); + wxSpinCtrl* _content_version; wxTextCtrl* _audio_language; + wxCheckBox* _enable_subtitle_language; + wxTextCtrl* _subtitle_language; wxTextCtrl* _territory; wxTextCtrl* _rating; wxTextCtrl* _studio; |
