diff options
-rw-r--r-- | apps/menus/recording_menu.c | 2 | ||||
-rw-r--r-- | apps/recorder/radio.c | 4 | ||||
-rw-r--r-- | docs/CREDITS | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index 50b49c9db9..56afe6117f 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -853,4 +853,4 @@ bool recording_menu(bool no_source) }; MENUITEM_FUNCTION(recording_settings, MENU_FUNC_USEPARAM, ID2P(LANG_RECORDING_SETTINGS), - (int (*)(void*))recording_menu, 0, NULL, Icon_NOICON); + (int (*)(void*))recording_menu, 0, NULL, Icon_Recording); 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) #ifdef FM_RECORDING_SCREEN MENUITEM_FUNCTION(recscreen_item, 0, ID2P(LANG_RECORDING_MENU), - fm_recording_screen, NULL, NULL, Icon_NOICON); + fm_recording_screen, NULL, NULL, Icon_Recording); #endif #ifdef FM_RECORDING_SETTINGS MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS), - fm_recording_settings, NULL, NULL, Icon_NOICON); + fm_recording_settings, NULL, NULL, Icon_Recording); #endif #ifndef FM_PRESET MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_FM_BUTTONBAR_PRESETS), diff --git a/docs/CREDITS b/docs/CREDITS index b6806023b8..c61937adfd 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -299,6 +299,7 @@ Alex Gerchanovsky Gerhard Dirschl Ivan Zupan Alexander Papst +Christoph Reiter The libmad team The wavpack team The ffmpeg team |