From 614f9daae4756c075f7e1ece75956e2389dbf0fb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 27 Mar 2009 14:45:27 +0000 Subject: 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 --- apps/settings_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings_list.c') 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[] = { "touchscreen mode", "point,grid", NULL, 2, ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)), #endif - OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent_skip", NULL), + OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent skip", NULL), }; const int nb_settings = sizeof(settings)/sizeof(*settings); -- cgit v1.2.3