summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-02-25 13:05:57 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-02-25 13:05:57 +0000
commitda4f71b1f1b3a2bfce8114472e08f84182472c7d (patch)
tree427ddce7984079d598a1508d3ffbfbd4602030ce /src
parentb12da067cef7f82012b6568f256b5fa143ab9825 (diff)
downloadbootloader-theme-da4f71b1f1b3a2bfce8114472e08f84182472c7d.tar
bootloader-theme-da4f71b1f1b3a2bfce8114472e08f84182472c7d.tar.gz
bootloader-theme-da4f71b1f1b3a2bfce8114472e08f84182472c7d.tar.bz2
bootloader-theme-da4f71b1f1b3a2bfce8114472e08f84182472c7d.tar.xz
bootloader-theme-da4f71b1f1b3a2bfce8114472e08f84182472c7d.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/dia_lang.inc6
1 files changed, 3 insertions, 3 deletions
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