summaryrefslogtreecommitdiff
path: root/src/wx/smpte_metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-19 11:54:22 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-22 09:56:55 +0100
commit5d02ff3376c62b05f3f1bebe5277704474a39526 (patch)
treed06187ebca405091b5199a983e6e9fb1a7a75aa6 /src/wx/smpte_metadata_dialog.h
parentbf06d38246c00fb96d4028a8114a9859778fc3d9 (diff)
Rename LanguageTagDialog -> FullLanguageTagDialog.
Diffstat (limited to 'src/wx/smpte_metadata_dialog.h')
-rw-r--r--src/wx/smpte_metadata_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/smpte_metadata_dialog.h b/src/wx/smpte_metadata_dialog.h
index 171507acf..128d155f3 100644
--- a/src/wx/smpte_metadata_dialog.h
+++ b/src/wx/smpte_metadata_dialog.h
@@ -19,7 +19,7 @@
*/
#include "editable_list.h"
-#include "language_tag_dialog.h"
+#include "full_language_tag_dialog.h"
#include "lib/film.h"
#include "lib/weak_film.h"
#include <dcp/language_tag.h>
@@ -64,7 +64,7 @@ private:
LanguageTagWidget* _audio_language;
wxCheckBox* _enable_main_subtitle_language;
LanguageTagWidget* _main_subtitle_language;
- EditableList<dcp::LanguageTag, LanguageTagDialog>* _additional_subtitle_languages;
+ EditableList<dcp::LanguageTag, FullLanguageTagDialog>* _additional_subtitle_languages;
wxStaticText* _release_territory;
wxSpinCtrl* _version_number;
wxChoice* _status;