summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-05 14:31:58 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-05 14:32:16 +0000
commit3273c4af16cef692b35a6fca8c82df7253dda6f9 (patch)
tree40b4f4003c740ed8520fb0434fe14456179cbec1 /src/wx/hints_dialog.cc
parentd895a27e81d0aa333bb011f39093b79c35171156 (diff)
Restore erroneously-removed line.
(cherry picked from commit b66c3f9e7c9e7a3dd3a265d8cb43088fe65d315c)
Diffstat (limited to 'src/wx/hints_dialog.cc')
-rw-r--r--src/wx/hints_dialog.cc1
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) {