Date: Wed, 26 Mar 1997 16:41:06 -0800 (PST) From: "Jordan K. Hubbard" <jkh> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall index.c menus.c Message-ID: <199703270041.QAA16976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703270041.QAA16976>