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:
parent
1bb315ffb9
commit
e302e13865
@ -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 },
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user