From b841f6a9724d60ecc12049994c79bf0e28fdfcba Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 19 Feb 2008 08:48:02 +0000 Subject: Fix copy-paste error ... --- setup_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup_menu.c') diff --git a/setup_menu.c b/setup_menu.c index b87a0626..55767516 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.45 2008-02-19 02:59:46 phintuka Exp $ + * $Id: setup_menu.c,v 1.46 2008-02-19 08:48:02 phintuka Exp $ * */ @@ -578,7 +578,7 @@ void cMenuSetupVideo::Set(void) Add(ctrl_swscale = new cMenuEditBoolItem(tr("Software scaling"), &newconfig.swscale)); - if(newconfig.autocrop) { + if(newconfig.swscale) { Add(new cMenuEditIntItem( tr(" Width"), &newconfig.swscale_width, 360, 2000)); Add(new cMenuEditIntItem( tr(" Height"), -- cgit v1.2.3