From 4ca8a43631e4a9ce2defa5bacb857efc11aeeefc Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 26 Jan 2007 05:45:06 +0000 Subject: 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 --- apps/settings_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings_list.h') 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 */ -- cgit v1.2.3