mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FREELDR]: Usability fix: When pressing F8 (Advanced boot options menu), select "Start ReactOS normally" by default.
svn path=/trunk/; revision=71446
This commit is contained in:
parent
4de2debfbb
commit
f1d8ae6b1a
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ VOID DoOptionsMenu(VOID)
|
|||
TRUE,
|
||||
OptionsMenuList,
|
||||
OptionsMenuItemCount,
|
||||
0, -1,
|
||||
11, // Use "Start ReactOS normally" as default; see the switch below.
|
||||
-1,
|
||||
&SelectedMenuItem,
|
||||
TRUE,
|
||||
NULL))
|
||||
|
|
Loading…
Reference in a new issue