summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-09-21 22:28:58 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-09-21 22:28:58 +0000
commitc70b390f11c492f5bff8b1a5b21c41063f5f7865 (patch)
tree232691e208e0fa44f18627c8f1bd3edee8761c6c
parent4a037df62dd5286ab3c6e47cc3e03fbe7b831987 (diff)
downloadrockbox-c70b390f11c492f5bff8b1a5b21c41063f5f7865.tar.gz
rockbox-c70b390f11c492f5bff8b1a5b21c41063f5f7865.zip
increase the language buffer to fit the greek language file again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11023 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index 0bf94e193e..6b57a6b25a 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 18000 21#define MAX_LANGUAGE_SIZE 19000
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