From c35f6a0676b6de7d2ade8705f8c51dbea925a362 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 2 Sep 2005 07:27:07 +0000 Subject: Changed the cfg file option names for the trigger mode, and made OFF the default git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7453 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/settings.c b/apps/settings.c index 00ca6c82c3..4090714de0 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -404,7 +404,7 @@ static const struct bit_entry hd_bits[] = {4, S_O(rec_start_duration), 0, "trigger start duration", trig_durations_conf}, {4, S_O(rec_stop_postrec), 2, "trigger stop postrec", trig_durations_conf}, {4, S_O(rec_stop_gap), 1, "trigger min gap", trig_durations_conf}, - {4, S_O(rec_trigger_mode ), 1, "trigger mode", "off,no rearm,rearm"}, + {4, S_O(rec_trigger_mode ), 0, "trigger mode", "off,once,repeat"}, #endif #if CONFIG_CODEC == SWCODEC -- cgit v1.2.3