summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2006-10-30 23:26:09 +0000
committerMarianne Arnold <pixelma@rockbox.org>2006-10-30 23:26:09 +0000
commite48dcdc2dc3ee36523f79828c8f6565ed93ac60e (patch)
treed336d54f2b6f26451dad8ef75fcb2838a112c2e8 /apps/language.h
parent39fe51e88d4b9680b49d93b19308d72998fd5e48 (diff)
downloadrockbox-e48dcdc2dc3ee36523f79828c8f6565ed93ac60e.tar.gz
rockbox-e48dcdc2dc3ee36523f79828c8f6565ed93ac60e.zip
Greek language update by Ioannis Koutoulakis - needs an increase of the language buffer once again (21kB) to fit in memory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/language.h')
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index 6b57a6b25a..7aa055248f 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -18,7 +18,7 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20/* size of the buffer used for loadable, translated strings */ 20/* size of the buffer used for loadable, translated strings */
21#define MAX_LANGUAGE_SIZE 19000 21#define MAX_LANGUAGE_SIZE 21000
22 22
23/* both these must match the two initial bytes in the binary lang file */ 23/* both these must match the two initial bytes in the binary lang file */
24#define LANGUAGE_COOKIE 0x1a 24#define LANGUAGE_COOKIE 0x1a