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
This commit is contained in:
Ken Smith 2004-05-18 16:18:04 +00:00
parent b1aa0ba527
commit 9b70da0af7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129394
2 changed files with 2 additions and 2 deletions

View file

@ -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 },

View file

@ -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 },