summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2011-01-12 16:20:48 +0000
committerMarianne Arnold <pixelma@rockbox.org>2011-01-12 16:20:48 +0000
commit820bfb2d270d51646b0f3fd120eed9e4108fd6a4 (patch)
treee4825244f5476983d8293f6fc0f5edc5ab5fa365 /apps/settings_list.c
parent9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e (diff)
downloadrockbox-820bfb2d270d51646b0f3fd120eed9e4108fd6a4.tar.gz
rockbox-820bfb2d270d51646b0f3fd120eed9e4108fd6a4.zip
Fix the 'Gather Runtime Data' language string on HWCODEC which accidentally got disabled in r28943. Patch taken from FS#11748, author: Michael Hohmuth.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29035 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 39de65c381..c6f5e677eb 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1261,9 +1261,10 @@ const struct settings_list settings[] = {
1261 BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false, 1261 BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false,
1262 "autoresume enable", off_on, 1262 "autoresume enable", off_on,
1263 LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL), 1263 LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL),
1264#endif
1265
1264 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false, 1266 OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
1265 "gather runtime data", NULL), 1267 "gather runtime data", NULL),
1266#endif
1267#endif 1268#endif
1268 1269
1269#if CONFIG_CODEC == SWCODEC 1270#if CONFIG_CODEC == SWCODEC