diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-15 04:57:40 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-15 04:57:40 +0000 |
commit | 496747cdd475144f5df2af67677fad487337c6e8 (patch) | |
tree | d02b2b93a8ca82de6fc26a8b8dc0bf69d2eaa6dd | |
parent | 724b6598c91e4febb722f6aa02f5c4dcb863ee8c (diff) |
Notes
-rw-r--r-- | release/sysinstall/index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index 5ff2ceb7b348..0cb66db6fcfb 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.59 1998/12/22 12:31:25 jkh Exp $ + * $Id: index.c,v 1.60 1999/01/11 12:45:18 asami Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -87,6 +87,7 @@ static char *descrs[] = { "games", "Various and sundry amusements.", "german", "Ported software for Germanic countries.", "graphics", "Graphics libraries and utilities.", + "gnome", "Components of the Gnome Desktop environment.", "japanese", "Ported software for the Japanese market.", "kde", "Software for the K Desktop Environment.", "korean", "Ported software for the Korean market.", |