diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/hints_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index 66a53c559..e15263670 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -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 (); |
