From a738e5f3a0e6534545a57064699dfea1d348cb39 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 24 Sep 2009 22:05:07 +0000 Subject: FS#9824: Fix FM channel spacing for Europe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 34 ++++++++++++++++++++++++++++++++++ apps/settings_list.c | 5 +++-- 2 files changed, 37 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index c7dad66b1a..08412d376d 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12735,3 +12735,37 @@ quickscreen: "Set as Top Quickscreen Item" + + id: LANG_FM_ITALY + desc: fm region Italy + user: core + + *: none + radio: "Italy" + + + *: none + radio: "Italy" + + + *: none + radio: "Italy" + + + + id: LANG_FM_OTHER + desc: Catch-all FM region. Select if none of the others work + user: core + + *: none + radio: "Other" + + + *: none + radio: "Other" + + + *: none + radio: "Other" + + 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[] = { #endif #if CONFIG_TUNER CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0, - "fm_region", "eu,us,jp,kr", set_radio_region, 4, + "fm_region", "eu,us,jp,kr,it,wo", set_radio_region, 6, ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US), - ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA)), + ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA), + ID2P(LANG_FM_ITALY), ID2P(LANG_FM_OTHER)), #endif OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false, -- cgit v1.2.3