From owner-cvs-user Wed Mar 26 16:41:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16983 for cvs-user-outgoing; Wed, 26 Mar 1997 16:41:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16976; Wed, 26 Mar 1997 16:41:06 -0800 (PST) Date: Wed, 26 Mar 1997 16:41:06 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270041.QAA16976@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall index.c menus.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/26 16:41:06 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall index.c menus.c Log: Fix a bogon I introduced at the last minute with the packages menu. People who follow the instructions (and using RETURN) will not bump into it, but those blindly hitting SPACE at the first menu will yell that it's now a shortcut for "Install" rather than a category selection. This was because, in my desire to make things all nice and cosmetic, I added the label in as " Install " - forgetting that the first character is used implicitly as the accelerator. D'oh!! Fix a clipping bug in the top level menu introduced when the fixit item text was lengthened. I'm going to re-roll the boot floppy for this one since the CDROM has now been delayed a week (the artwork is not ready now) and I'd like to fix these two minor but annoying problems there. There's also a reported problem with loading the "compat21" distribution which could be a real nasty if true; I'll batch the tag sliding for that and these changes if I can reproduce and fix it. Revision Changes Path 1.38.2.7 +3 -3 src/release/sysinstall/index.c 1.89.2.34 +2 -2 src/release/sysinstall/menus.c