summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 5da15a11a9..2a7bf9658f 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1376,9 +1376,10 @@ const struct settings_list settings[] = {
1376#endif 1376#endif
1377#if CONFIG_TUNER 1377#if CONFIG_TUNER
1378 CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0, 1378 CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0,
1379 "fm_region", "eu,us,jp,kr", set_radio_region, 4, 1379 "fm_region", "eu,us,jp,kr,it,wo", set_radio_region, 6,
1380 ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US), 1380 ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US),
1381 ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA)), 1381 ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA),
1382 ID2P(LANG_FM_ITALY), ID2P(LANG_FM_OTHER)),
1382#endif 1383#endif
1383 1384
1384 OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false, 1385 OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false,