summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index eae39f905f..cf87564c9d 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -471,10 +471,11 @@ static bool dir_filter(void)
471 { STR(LANG_FILTER_ALL) }, 471 { STR(LANG_FILTER_ALL) },
472 { STR(LANG_FILTER_SUPPORTED) }, 472 { STR(LANG_FILTER_SUPPORTED) },
473 { STR(LANG_FILTER_MUSIC) }, 473 { STR(LANG_FILTER_MUSIC) },
474 { STR(LANG_FILTER_PLAYLIST) } 474 { STR(LANG_FILTER_PLAYLIST) },
475 { STR(LANG_FILTER_ID3DB) }
475 }; 476 };
476 return set_option( str(LANG_FILTER), &global_settings.dirfilter, INT, 477 return set_option( str(LANG_FILTER), &global_settings.dirfilter, INT,
477 names, 4, NULL ); 478 names, 5, NULL );
478} 479}
479 480
480static bool sort_case(void) 481static bool sort_case(void)