Author: jreidinger Date: Wed Oct 6 14:03:09 2010 New Revision: 62541 URL: http://svn.opensuse.org/viewcvs/yast?rev=62541&view=rev Log: allow to not specify vga mode for boot (bnc#643984) Modified: trunk/bootloader/src/routines/section_widgets.ycp Modified: trunk/bootloader/src/routines/section_widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/routines/section_widgets.ycp?rev=62541&r1=62540&r2=62541&view=diff ============================================================================== --- trunk/bootloader/src/routines/section_widgets.ycp (original) +++ trunk/bootloader/src/routines/section_widgets.ycp Wed Oct 6 14:03:09 2010 @@ -452,6 +452,7 @@ items = prepend(items,`item(`id("extended"), _("Standard 8-pixel font mode."))); // item of a combo box items = prepend (items, `item (`id ("normal"), _("Text Mode"))); + items = prepend (items, `item (`id (""), _("Unspecified"))); UI::ChangeWidget (`id (widget), `Items, items); SectionOptionInit (widget); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org