Happy new year.
[dcpomatic.git] / src / wx / isdcf_metadata_dialog.h
index f8ebdfd42b7caad48ec159caa8bb422758463b05..335c29a4a0b7e22f7e6c6499a0f66bcc33930568 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -34,8 +34,11 @@ 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;