Restore erroneously-removed line.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Nov 2014 14:31:58 +0000 (14:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Nov 2014 14:32:16 +0000 (14:32 +0000)
(cherry picked from commit b66c3f9e7c9e7a3dd3a265d8cb43088fe65d315c)

src/wx/hints_dialog.cc

index e064984b2c49268e33d226ec601fa001106298a7..497d138ca0608074dba29dd131f00a339ece8afc 100644 (file)
@@ -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) {