Author: hbelusca
Date: Sat May 28 20:21:11 2016
New Revision: 71446

URL: http://svn.reactos.org/svn/reactos?rev=71446&view=rev
Log:
[FREELDR]: Usability fix: When pressing F8 (Advanced boot options menu), select 
"Start ReactOS normally" by default.

Modified:
    trunk/reactos/boot/freeldr/freeldr/options.c

Modified: trunk/reactos/boot/freeldr/freeldr/options.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/options.c?rev=71446&r1=71445&r2=71446&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/options.c        [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/options.c        [iso-8859-1] Sat May 28 
20:21:11 2016
@@ -96,7 +96,8 @@
                        TRUE,
                        OptionsMenuList,
                        OptionsMenuItemCount,
-                       0, -1,
+                       11, // Use "Start ReactOS normally" as default; see the 
switch below.
+                       -1,
                        &SelectedMenuItem,
                        TRUE,
                        NULL))


Reply via email to