summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:31:22 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:31:22 +0000
commitf0ce1886814d597b5bbe58fe36556356d42b7db6 (patch)
treed97172e9bcbe4246455bfd3ea55d417126dde92b /apps/settings_list.c
parent5f037ac015e6d76d030a163753db5ff58cdff49b (diff)
downloadrockbox-f0ce1886814d597b5bbe58fe36556356d42b7db6.tar.gz
rockbox-f0ce1886814d597b5bbe58fe36556356d42b7db6.zip
Make enable-autoresume option more consistent with other settings.
Rename "Enable automatic resume" to "Automatic resume", and make it a simple Yes/No option. Offer the user to initialize the database in case it is not yet ready when enabling autoresume. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29249 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 94910c0818..0521d4fb90 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1258,9 +1258,9 @@ const struct settings_list settings[] = {
1258 1258
1259#ifdef HAVE_TAGCACHE 1259#ifdef HAVE_TAGCACHE
1260#if CONFIG_CODEC == SWCODEC 1260#if CONFIG_CODEC == SWCODEC
1261 BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false, 1261 BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME, false,
1262 "autoresume enable", off_on, 1262 "autoresume enable", off_on,
1263 LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL), 1263 LANG_SET_BOOL_YES, LANG_SET_BOOL_NO, NULL),
1264#endif 1264#endif
1265 1265
1266 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false, 1266 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,