diff options
Diffstat (limited to 'apps/radio/presets.c')
-rw-r--r-- | apps/radio/presets.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/radio/presets.c b/apps/radio/presets.c index 1cd85637e8..d90f54ed99 100644 --- a/apps/radio/presets.c +++ b/apps/radio/presets.c @@ -428,11 +428,11 @@ int preset_list_clear(void) } MENUITEM_FUNCTION(radio_edit_preset_item, MENU_FUNC_CHECK_RETVAL, - ID2P(LANG_FM_EDIT_PRESET), - radio_edit_preset, NULL, NULL, Icon_NOICON); + ID2P(LANG_FM_EDIT_PRESET), + radio_edit_preset, NULL, Icon_NOICON); MENUITEM_FUNCTION(radio_delete_preset_item, MENU_FUNC_CHECK_RETVAL, - ID2P(LANG_FM_DELETE_PRESET), - radio_delete_preset, NULL, NULL, Icon_NOICON); + ID2P(LANG_FM_DELETE_PRESET), + radio_delete_preset, NULL, Icon_NOICON); static int radio_preset_callback(int action, const struct menu_item_ex *this_item, struct gui_synclist *this_list) |