summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-21 13:49:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-21 13:49:45 +0000
commit56c2a62ec8d0cb1bf1c1d6f64274345f420bc958 (patch)
tree0c92bd58260174d3896d84b9d5f21133924ed2f0
parent056439e59dd7ef77bcc439b9801615f9c7421b87 (diff)
downloadrockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.tar.gz
rockbox-56c2a62ec8d0cb1bf1c1d6f64274345f420bc958.zip
The newest german .lng file is 5.26K, so I extended the maximum .lng file
size from 5000 bytes to 6000 bytes now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3937 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 fcad62c84b..be58d0c9af 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 5000 21#define MAX_LANGUAGE_SIZE 6000
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