mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
Patch FS#8203 - Fixes the Stop split setting not being saved
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15768 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ee2e372f5
commit
8a64cdd5e8
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ const struct settings_list settings[] = {
|
||||||
LANG_CHANNELS, INT(0),
|
LANG_CHANNELS, INT(0),
|
||||||
"rec channels","stereo,mono",UNUSED},
|
"rec channels","stereo,mono",UNUSED},
|
||||||
CHOICE_SETTING(F_RECSETTING, rec_split_type, LANG_SPLIT_TYPE, 0 ,
|
CHOICE_SETTING(F_RECSETTING, rec_split_type, LANG_SPLIT_TYPE, 0 ,
|
||||||
"rec split type", "Split, Stop", NULL, 2,
|
"rec split type", "Split,Stop", NULL, 2,
|
||||||
ID2P(LANG_START_NEW_FILE), ID2P(LANG_STOP_RECORDING)),
|
ID2P(LANG_START_NEW_FILE), ID2P(LANG_STOP_RECORDING)),
|
||||||
CHOICE_SETTING(F_RECSETTING, rec_split_method, LANG_SPLIT_MEASURE, 0 ,
|
CHOICE_SETTING(F_RECSETTING, rec_split_method, LANG_SPLIT_MEASURE, 0 ,
|
||||||
"rec split method", "Time,Filesize", NULL, 2,
|
"rec split method", "Time,Filesize", NULL, 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue