diff options
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_menu.c b/setup_menu.c index 41a8e583..241341f1 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.5 2006-08-22 03:45:34 phintuka Exp $ + * $Id: setup_menu.c,v 1.6 2006-08-22 03:53:34 phintuka Exp $ * */ @@ -420,7 +420,7 @@ void cMenuSetupVideo::Set(void) &newconfig.autocrop_autodetect)); Add(new cMenuEditBoolItem(tr(" Soft start"), &newconfig.autocrop_soft)); - Add(new cMenuEditBoolItem(tr(" Cropping size"), + Add(new cMenuEditBoolItem(tr(" Crop to"), &newconfig.autocrop_fixedsize, "4:3...20:9", "14:9/16:9")); Add(new cMenuEditBoolItem(tr(" Detect subtitles"), |