diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2006-10-30 23:26:09 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2006-10-30 23:26:09 +0000 |
commit | e48dcdc2dc3ee36523f79828c8f6565ed93ac60e (patch) | |
tree | d336d54f2b6f26451dad8ef75fcb2838a112c2e8 /apps/language.h | |
parent | 39fe51e88d4b9680b49d93b19308d72998fd5e48 (diff) |
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.h | 2 |
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 @@ ****************************************************************************/ /* size of the buffer used for loadable, translated strings */ -#define MAX_LANGUAGE_SIZE 19000 +#define MAX_LANGUAGE_SIZE 21000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a |