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/option... ============================================================================== --- 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))