summaryrefslogtreecommitdiffstats
path: root/apps/settings_list.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-01-26 05:45:06 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-01-26 05:45:06 +0000
commit4ca8a43631e4a9ce2defa5bacb857efc11aeeefc (patch)
tree485e33a9787de0001d265b4fc1d62e5c3aef0693 /apps/settings_list.h
parent5d20c9d1216f1ccce1921884bfa4c0737a6f69ee (diff)
downloadrockbox-4ca8a43631e4a9ce2defa5bacb857efc11aeeefc.tar.gz
rockbox-4ca8a43631e4a9ce2defa5bacb857efc11aeeefc.zip
Add 4 settings which were somehow missed during the conversion to config.cfg.
Adds the LANG_ id for each setting to get them ready for the upcoming menu changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12113 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index d9ad20077a..9e50b85f09 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -88,6 +88,7 @@ struct int_setting {
struct settings_list {
uint32_t flags; /* ____ ____ _FFF ____ ____ NNN_ IFRB STTT */
void *setting;
+ int lang_id; /* -1 for none */
union storage_type default_val;
const char *cfg_name; /* this settings name in the cfg file */
const char *cfg_vals; /*comma seperated legal values, or NULL */