From e48dcdc2dc3ee36523f79828c8f6565ed93ac60e Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Mon, 30 Oct 2006 23:26:09 +0000 Subject: 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 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/language.h') 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 -- cgit v1.2.3