Basics of job view when sending KDM emails from dcpomatic_kdm.
[dcpomatic.git] / src / wx / hints_dialog.cc
index 66a53c5594a9cb14f61c40b567c7313accc35308..e15263670059eb72ab496d8ead51e0d16dd954ff 100644 (file)
@@ -166,7 +166,7 @@ HintsDialog::film_changed ()
                }
        }
 
-       if (three_d > 0) {
+       if (three_d > 0 && !film->three_d()) {
                hint = true;
                _text->WriteText (_("You are using 3D content but your DCP is set to 2D.  Set the DCP to 3D if you want to play it back on a 3D system (e.g. Real-D, MasterImage etc.)"));
                _text->Newline ();