forked from len0rd/rockbox
fmr is not a theme setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12180 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
67eb154146
commit
927ffda593
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ const struct settings_list settings[] = {
|
||||||
|
|
||||||
/** settings not in the old config blocks **/
|
/** settings not in the old config blocks **/
|
||||||
#ifdef CONFIG_TUNER
|
#ifdef CONFIG_TUNER
|
||||||
FILENAME_SETTING(F_THEMESETTING, fmr_file, "fmr",
|
FILENAME_SETTING(0, fmr_file, "fmr",
|
||||||
"", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1),
|
"", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1),
|
||||||
#endif
|
#endif
|
||||||
FILENAME_SETTING(F_THEMESETTING, font_file, "font",
|
FILENAME_SETTING(F_THEMESETTING, font_file, "font",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue