Don't offer full-frame containers unless 'allow any container' is enabled.
[dcpomatic.git] / src / wx / full_config_dialog.cc
index fff0d2035289f91e774e0d2d10e36311027d13ce..a371690bd71af42ff0f4ef4ac8c2fc0b47355266 100644 (file)
@@ -1245,7 +1245,7 @@ private:
                table->Add (_allow_any_dcp_frame_rate, 1, wxEXPAND | wxALL);
                table->AddSpacer (0);
 
-               _allow_any_container = new CheckBox (_panel, _("Allow non-standard container ratios"));
+               _allow_any_container = new CheckBox (_panel, _("Allow full-frame and non-standard container ratios"));
                table->Add (_allow_any_container, 1, wxEXPAND | wxALL);
                table->AddSpacer (0);