summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
commit67de1d3d9be8ba0c3644680f2c70ea48230270ca (patch)
treed140d1c9637c64c394b63cf728e96b405608a991 /apps/language.h
parent3d253c6ccfa735a4831b1f825a4ed870d7ac8ccb (diff)
downloadrockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.gz
rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.zip
Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 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 aa8f1c99fe..dff34fab7a 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -22,7 +22,7 @@
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
25#define LANGUAGE_VERSION 0x02 25#define LANGUAGE_VERSION 0x03
26 26
27/* Initialize language array with the builtin strings */ 27/* Initialize language array with the builtin strings */
28void lang_init(void); 28void lang_init(void);