summaryrefslogtreecommitdiff
path: root/src/wx/metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-03 02:02:53 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-04 20:48:35 +0200
commit4b8b74ae8ae721f2fbf317f1d7ce5be6048ae1b0 (patch)
tree657138b1d1254363719f674230bb41b26d2cd311 /src/wx/metadata_dialog.h
parent8d9e73b753ed51067d93aa377bb24400ff22936e (diff)
Move chain to the Interop/SMPTE metadata.
Diffstat (limited to 'src/wx/metadata_dialog.h')
-rw-r--r--src/wx/metadata_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h
index 1d49d7cfc..3ac5d10a3 100644
--- a/src/wx/metadata_dialog.h
+++ b/src/wx/metadata_dialog.h
@@ -59,6 +59,8 @@ private:
void pre_release_changed ();
void red_band_changed ();
void two_d_version_of_three_d_changed ();
+ void chain_changed ();
+ void enable_chain_changed ();
wxCheckBox* _enable_release_territory;
/** The current release territory displayed in the UI; since we can't easily convert
@@ -70,6 +72,8 @@ private:
Button* _edit_release_territory;
wxCheckBox* _enable_facility;
wxTextCtrl* _facility;
+ wxCheckBox* _enable_chain;
+ wxTextCtrl* _chain;
wxCheckBox* _enable_studio;
wxTextCtrl* _studio;
wxCheckBox* _temp_version;