diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-01 13:36:33 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-01 13:36:33 +0000 |
| commit | 67de1d3d9be8ba0c3644680f2c70ea48230270ca (patch) | |
| tree | d140d1c9637c64c394b63cf728e96b405608a991 /apps/language.h | |
| parent | 3d253c6ccfa735a4831b1f825a4ed870d7ac8ccb (diff) | |
| download | rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.zip rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.gz rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.bz2 rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h index aa8f1c9..dff34fa 100644 --- a/apps/language.h +++ b/apps/language.h @@ -22,7 +22,7 @@ /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -#define LANGUAGE_VERSION 0x02 +#define LANGUAGE_VERSION 0x03 /* Initialize language array with the builtin strings */ void lang_init(void); |