diff options
-rw-r--r-- | setup_menu.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/setup_menu.c b/setup_menu.c index 6e9ec2f6..20248126 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.67 2009-01-09 08:39:08 rofafor Exp $ + * $Id: setup_menu.c,v 1.68 2009-03-23 08:38:57 phintuka Exp $ * */ @@ -950,10 +950,8 @@ void cMenuSetupOSD::Set(void) new cMenuEditStraI18nItem(tr("Scaling method"), &newconfig.osd_scaling, OSD_SCALING_count, xc.s_osdScalings)); -# if 0 - Add(new cMenuEditStraI18nItem(tr("Show all layers"), &newconfig.osd_mixer, - OSD_MIXER_count, xc.s_osdMixers)); -# endif + Add(new cMenuEditStraI18nItem(tr("Show all layers"), &newconfig.osd_mixer, + OSD_MIXER_count, xc.s_osdMixers)); Add(ctrl_alpha = new cMenuEditTypedIntItem(tr("Dynamic transparency correction"), "%", |