summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 7acff7554d..deb95ebddc 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -228,12 +228,16 @@ static bool receditable(void)
228 228
229static bool rectimesplit(void) 229static bool rectimesplit(void)
230{ 230{
231 char *names[] = {str(LANG_OFF), "00:05","00:10","00:15", 231 char *names[] = {
232 "00:30","01:00","02:00","04:00"}; 232 str(LANG_OFF), "00:05","00:10","00:15",
233 "00:30","01:00","02:00","04:00"
234 "06:00","08:00","10:00","12:00",
235 "18:00","24:00"
236 };
233 237
234 return set_option(str(LANG_RECORD_TIMESPLIT), 238 return set_option(str(LANG_RECORD_TIMESPLIT),
235 &global_settings.rec_timesplit, INT, 239 &global_settings.rec_timesplit, INT,
236 names, 8, NULL ); 240 names, 14, NULL );
237} 241}
238 242
239#endif /* HAVE_MAS3587F */ 243#endif /* HAVE_MAS3587F */