summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 12:45:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 12:45:52 +0100
commitc6da4e500ebe3481bbb38db7e68a01c766fab50d (patch)
treeafac79770d33b424c308dc44ffc3549f7cfe03a0 /src/wx
parentc6113e09ca546d5a739b36aa0d198581958d9ded (diff)
Put correct number of audio channels in DCP name. Use XX for subtitle language when subtitles are disabled.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/film_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 669be844b..4ae3743b3 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -681,6 +681,7 @@ FilmEditor::film_changed (Film::Property p)
case Film::DCP_AUDIO_CHANNELS:
_dcp_audio_channels->SetValue (_film->dcp_audio_channels ());
_audio_mapping->set_channels (_film->dcp_audio_channels ());
+ setup_dcp_name ();
break;
}
}