diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-25 23:54:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-25 23:54:33 +0200 |
| commit | dce22d59d3e8302eacf97bf6421e3e35daff57bf (patch) | |
| tree | cbf3b3d15a05129c7c32fa0ff1e2c5fe39dd31ef /src/wx | |
| parent | 3e4f6d59b46e3c09c9d0aba907ff0633bf0bc2e5 (diff) | |
Don't offer full-frame containers unless 'allow any container' is enabled.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index fff0d2035..a371690bd 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -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); |
