summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 23e820e835..1d28d6ee4f 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1496,11 +1496,11 @@ static int fm_recording_settings(void)
1496 1496
1497#ifdef FM_RECORDING_SCREEN 1497#ifdef FM_RECORDING_SCREEN
1498MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU), 1498MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU),
1499 fm_recording_screen, NULL, NULL, Icon_NOICON); 1499 fm_recording_screen, NULL, NULL, Icon_Recording);
1500#endif 1500#endif
1501#ifdef FM_RECORDING_SETTINGS 1501#ifdef FM_RECORDING_SETTINGS
1502MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS), 1502MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS),
1503 fm_recording_settings, NULL, NULL, Icon_NOICON); 1503 fm_recording_settings, NULL, NULL, Icon_Recording);
1504#endif 1504#endif
1505#ifndef FM_PRESET 1505#ifndef FM_PRESET
1506MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS), 1506MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS),