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
This commit is contained in:
Marianne Arnold 2011-01-12 16:20:48 +00:00
parent 9ef9904fa5
commit 820bfb2d27

View file

@ -1261,9 +1261,10 @@ const struct settings_list settings[] = {
BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false,
"autoresume enable", off_on,
LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL),
#endif
OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
"gather runtime data", NULL),
#endif
#endif
#if CONFIG_CODEC == SWCODEC