From 9b70da0af74a0150c11b960404c7ee1b7318825a Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Tue, 18 May 2004 16:18:04 +0000 Subject: [PATCH] Pressing 's' in the initial menu should result in selecting the 'Standard' installation as far as most people are concerned but both 'Standard' and 'Select' begin with S and 'Select' is winning. This makes it so 'Select' is not select-able using a keystroke but that is probably for the best and the text on the screen adequately describes how to move back and forth between 'Select' and 'Exit'. Adapted from work by: josef@ PR: i386/37999 MFC after: 1 week --- usr.sbin/sade/menus.c | 2 +- usr.sbin/sysinstall/menus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 9dae3a5f56a8..6c15e062ed50 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -303,7 +303,7 @@ DMenu MenuInitial = { "option with [SPACE] or [ENTER]. To exit, use [TAB] to move to Exit.", "Press F1 for Installation Guide", /* help line */ "INSTALL", /* help file */ - { { "Select" }, + { { " Select " }, { "X Exit Install", NULL, NULL, dmenuExit }, { " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" }, { "Standard", "Begin a standard installation (recommended)", NULL, installStandard }, diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 9dae3a5f56a8..6c15e062ed50 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -303,7 +303,7 @@ DMenu MenuInitial = { "option with [SPACE] or [ENTER]. To exit, use [TAB] to move to Exit.", "Press F1 for Installation Guide", /* help line */ "INSTALL", /* help file */ - { { "Select" }, + { { " Select " }, { "X Exit Install", NULL, NULL, dmenuExit }, { " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" }, { "Standard", "Begin a standard installation (recommended)", NULL, installStandard },