Whoops! Update the size of the main menu to 7 items. I'm sleepy.

This commit is contained in:
Jordan K. Hubbard 1994-11-13 02:06:50 +00:00
parent 501cc59d80
commit 5ece1e4625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4417

View File

@ -46,7 +46,7 @@ stage0()
{
evil_goto:
if (dialog_menu("Welcome to FreeBSD!",
"Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", 15, 75, 6, 6, welcome, selection))
"Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", 15, 75, 7, 7, welcome, selection))
ExitSysinstall();
switch (atoi(selection)) {
@ -79,7 +79,7 @@ stage0()
goto evil_goto;
break;
case 6:
case 7:
/* Be neat.. */
ExitSysinstall();
break; /* hope not! :) */