summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-05-28 20:25:58 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-05-28 20:25:58 +0000
commitbfee7eb4e8b016e4f2f462c7db9fd53cf0a71840 (patch)
tree1c19dc84a0fee9be2194cbf0be351cd1aea6e196 /apps/language.h
parent0f661ab26c0cb674bee8b4601ad732079cedef70 (diff)
downloadrockbox-bfee7eb4e8b016e4f2f462c7db9fd53cf0a71840.tar.gz
rockbox-bfee7eb4e8b016e4f2f462c7db9fd53cf0a71840.zip
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.h2
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 @@
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 16000 21#define MAX_LANGUAGE_SIZE 18000
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