diff options
author | jkh <jkh@FreeBSD.org> | 1997-03-27 01:05:17 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-03-27 01:05:17 +0000 |
commit | f40d7504a24f9385cc449dad594c967b09edc469 (patch) | |
tree | f560e77772670fd9117e53b6ae02de48c8b6b31d /release | |
parent | 831b437059b5fce1cd7968d8a2c70d0a1cb399eb (diff) | |
download | FreeBSD-src-f40d7504a24f9385cc449dad594c967b09edc469.zip FreeBSD-src-f40d7504a24f9385cc449dad594c967b09edc469.tar.gz |
Sync with 2.2
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/index.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index fef4347..e385407 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.45 1997/02/07 04:26:10 jkh Exp $ + * $Id: index.c,v 1.46 1997/03/25 03:07:33 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -486,8 +486,8 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll) use_helpfile(NULL); kp = top->kids; if (!hasPackages && plist) { - nitems = item_add(nitems, " OK ", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max); - nitems = item_add(nitems, " Install ", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max); + nitems = item_add(nitems, "OK", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max); + nitems = item_add(nitems, "Install", NULL, NULL, NULL, NULL, NULL, 0, &curr, &max); } while (kp && kp->name) { char buf[256]; |