diff options
author | phintuka <phintuka> | 2008-02-19 08:48:02 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-19 08:48:02 +0000 |
commit | b841f6a9724d60ecc12049994c79bf0e28fdfcba (patch) | |
tree | 4c72ddb034ec944817e64a44b755ef6a58e1831d | |
parent | 6c5e6e2a05bbb0e2d4b11e69f7a1f2e62214a7f0 (diff) | |
download | xineliboutput-b841f6a9724d60ecc12049994c79bf0e28fdfcba.tar.gz xineliboutput-b841f6a9724d60ecc12049994c79bf0e28fdfcba.tar.bz2 |
Fix copy-paste error ...
-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 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"), |