From da4f71b1f1b3a2bfce8114472e08f84182472c7d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 25 Feb 2009 13:05:57 +0000 Subject: Rename 'languages' to 'lang' The list of languages available to the gfxboot menu is stored in a file which used to be called "languages". However, when using isolinux this file can't be found because its name is too long (9 chars). Renaming it to langs fixes that problem --- src/dia_lang.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dia_lang.inc b/src/dia_lang.inc index e846c00..07a70ac 100644 --- a/src/dia_lang.inc +++ b/src/dia_lang.inc @@ -9,7 +9,7 @@ % Some global vars. % -% fallback if there is no "languages" +% fallback if there is no "langs" /lang.items [ "en_US" ] def /lang.names [ "English (US)" ] def @@ -132,14 +132,14 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -% Parse "languages" file. +% Parse "langs" file. % % ( ) ==> ( ) % /lang.parsedata { /lang.default 0 def - "languages" findfile dup { /lang.data exch def } { pop return } ifelse + "langs" findfile dup { /lang.data exch def } { pop return } ifelse /la.tmp.datalen lang.data length def /la.tmp.str lang.data cvs def -- cgit v1.2.1