summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-27 14:45:27 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-27 14:45:27 +0000
commit614f9daae4756c075f7e1ece75956e2389dbf0fb (patch)
treed036343095878ad9facf9bf0a1689c81a66979c1 /apps
parent8d5982110b1e2f8507d225b37928ecb96439d974 (diff)
downloadrockbox-614f9daae4756c075f7e1ece75956e2389dbf0fb.tar.gz
rockbox-614f9daae4756c075f7e1ece75956e2389dbf0fb.zip
Document the prevent skipping option in the manual, plus a few fixes for skip length. Also, remove the underscore in the config.cfg setting name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index fbdf356def..bb88786a2c 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1467,7 +1467,7 @@ const struct settings_list settings[] = {
1467 "touchscreen mode", "point,grid", NULL, 2, 1467 "touchscreen mode", "point,grid", NULL, 2,
1468 ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)), 1468 ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
1469#endif 1469#endif
1470 OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent_skip", NULL), 1470 OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent skip", NULL),
1471}; 1471};
1472 1472
1473const int nb_settings = sizeof(settings)/sizeof(*settings); 1473const int nb_settings = sizeof(settings)/sizeof(*settings);