summaryrefslogtreecommitdiff
path: root/src/wx/smpte_metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-23 17:05:01 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-23 17:05:01 +0200
commit4f4a86fb43b00d251e44a7f4463fcb390c605212 (patch)
tree274f1b4fea5a5c0f3b4fab9f825f350ec45c8b2a /src/wx/smpte_metadata_dialog.h
parent6b9f804bf49ceee0ebb9f06be123dccfee2a45ab (diff)
Add audio language configuration and pass it to libdcp.
Diffstat (limited to 'src/wx/smpte_metadata_dialog.h')
-rw-r--r--src/wx/smpte_metadata_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/smpte_metadata_dialog.h b/src/wx/smpte_metadata_dialog.h
index 260d54de4..4859002e1 100644
--- a/src/wx/smpte_metadata_dialog.h
+++ b/src/wx/smpte_metadata_dialog.h
@@ -43,6 +43,7 @@ private:
std::vector<std::string> content_versions () const;
void set_content_versions (std::vector<std::string> v);
void edit_name_language ();
+ void edit_audio_language ();
void edit_release_territory ();
void version_number_changed ();
void status_changed ();
@@ -55,6 +56,7 @@ private:
boost::weak_ptr<Film> _film;
wxStaticText* _name_language;
+ wxStaticText* _audio_language;
wxStaticText* _release_territory;
wxSpinCtrl* _version_number;
wxChoice* _status;