diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-28 20:25:58 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-28 20:25:58 +0000 |
commit | bfee7eb4e8b016e4f2f462c7db9fd53cf0a71840 (patch) | |
tree | 1c19dc84a0fee9be2194cbf0be351cd1aea6e196 /apps/language.h | |
parent | 0f661ab26c0cb674bee8b4601ad732079cedef70 (diff) |
Greek language update by Alexander Spyridakis. Also increased language buffer (18KB) to let the new file fit in memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 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 38bb7d8442..0bf94e193e 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 16000 +#define MAX_LANGUAGE_SIZE 18000 /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a |