diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/hints_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index e064984b2..497d138ca 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -71,6 +71,7 @@ HintsDialog::film_changed () _text->WriteText (_("Your DCP has an odd number of audio channels. This is very likely to cause problems on playback.")); _text->Newline (); } else if (film->audio_channels() < 6) { + hint = true; _text->WriteText (_("Your DCP has fewer than 6 audio channels. This may cause problems on some projectors.")); _text->Newline (); } else if (film->audio_channels() == 0) { |
