summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-10-07 21:59:49 +0000
committerJens Arnold <amiconn@rockbox.org>2005-10-07 21:59:49 +0000
commitbec86d7b9271a8f1a57373e90a0ef201bcdbfce7 (patch)
tree35d76d0865c618d7f0ba64f3e1f3967f4d1fe73a /apps
parente1f325d503604a3b23a964045b6b6d79877712b4 (diff)
downloadrockbox-bec86d7b9271a8f1a57373e90a0ef201bcdbfce7.tar.gz
rockbox-bec86d7b9271a8f1a57373e90a0ef201bcdbfce7.zip
Increased max. .lng file size to 8000 bytes to make greek fit again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index 78d6d5b511..4e254b37dc 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 7500
+#define MAX_LANGUAGE_SIZE 8000
/* both these must match the two initial bytes in the binary lang file */
#define LANGUAGE_COOKIE 0x1a