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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 369f2114fa..de5b8c0a8c 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -307,6 +307,8 @@ static bool rectimesplit(void)
307 { "00:15" , TALK_ID(15, UNIT_MIN) }, 307 { "00:15" , TALK_ID(15, UNIT_MIN) },
308 { "00:30" , TALK_ID(30, UNIT_MIN) }, 308 { "00:30" , TALK_ID(30, UNIT_MIN) },
309 { "01:00" , TALK_ID(1, UNIT_HOUR) }, 309 { "01:00" , TALK_ID(1, UNIT_HOUR) },
310 { "01:14" , TALK_ID(74, UNIT_MIN) },
311 { "01:20" , TALK_ID(80, UNIT_MIN) },
310 { "02:00" , TALK_ID(2, UNIT_HOUR) }, 312 { "02:00" , TALK_ID(2, UNIT_HOUR) },
311 { "04:00" , TALK_ID(4, UNIT_HOUR) }, 313 { "04:00" , TALK_ID(4, UNIT_HOUR) },
312 { "06:00" , TALK_ID(6, UNIT_HOUR) }, 314 { "06:00" , TALK_ID(6, UNIT_HOUR) },
@@ -318,7 +320,7 @@ static bool rectimesplit(void)
318 }; 320 };
319 return set_option(str(LANG_RECORD_TIMESPLIT), 321 return set_option(str(LANG_RECORD_TIMESPLIT),
320 &global_settings.rec_timesplit, INT, 322 &global_settings.rec_timesplit, INT,
321 names, 14, NULL ); 323 names, 16, NULL );
322} 324}
323 325
324static bool recprerecord(void) 326static bool recprerecord(void)