diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-11 11:16:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-11 11:16:01 +0100 |
| commit | 65618b6b245a7ba25a7814e00d1d1510cfa61f64 (patch) | |
| tree | 22d41c04c16c7625d1271eb8821d269686f13f0b /src/wx/film_editor.cc | |
| parent | a8af9a0b57b853b8a8cd8fa35adb3fc967d59ee7 (diff) | |
Rename subtitle_use -> use_subtitles.
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index ad7451cb9..c53943e20 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -544,7 +544,7 @@ FilmEditor::film_content_changed (int property) (*i)->film_content_changed (property); } - if (property == FFmpegContentProperty::AUDIO_STREAM || property == SubtitleContentProperty::SUBTITLE_USE) { + if (property == FFmpegContentProperty::AUDIO_STREAM || property == SubtitleContentProperty::USE_SUBTITLES) { setup_dcp_name (); } else if (property == ContentProperty::PATH) { setup_content (); |
