Add the 'Swiss' font, which refers to the name of the font, not the locale.

Apologies To:	Dan Nelson <dan@emsphone.com>
This commit is contained in:
Bill Fumerola 1999-07-29 21:15:10 +00:00
parent e3bae09e70
commit 66085eafa5
3 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
{ NULL } },
};

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
{ NULL } },
};

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.216 1999/07/23 15:39:51 jkh Exp $
* $Id: menus.c,v 1.217 1999/07/29 06:23:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1552,6 +1552,8 @@ DMenu MenuSysconsFont = {
"font8x8=iso-8x8,font8x14=iso-8x14,font8x16=iso-8x16" },
{ "KOI8-R", "Russian, KOI8-R encoding", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=koi8-r-8x8,font8x14=koi8-r-8x14,font8x16=koi8-r-8x16" },
{ "SWISS", "English, better resolution", dmenuVarCheck, dmenuSetVariables, NULL,
"font8x8=swiss-8x8,font8x14=NO,font8x16=swiss-8x16" },
{ NULL } },
};