summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 505801d3cc..783490284c 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -415,13 +415,13 @@ static int sleep_timer(void)
415 415
416#if CONFIG_RTC 416#if CONFIG_RTC
417int time_screen(void* ignored); 417int time_screen(void* ignored);
418MENUITEM_FUNCTION(timedate_item, MENU_FUNC_CHECK_RETVAL, ID2P(LANG_TIME_MENU), time_screen, 418MENUITEM_FUNCTION(timedate_item, MENU_FUNC_CHECK_RETVAL, ID2P(LANG_TIME_MENU),
419 NULL, NULL, Icon_Menu_setting ); 419 time_screen, NULL, NULL, Icon_Menu_setting );
420#endif 420#endif
421/* This item is in the time/date screen if there is a RTC */ 421/* This item is in the time/date screen if there is a RTC */
422MENUITEM_FUNCTION(sleep_timer_call, 0, ID2P(LANG_SLEEP_TIMER), sleep_timer, 422MENUITEM_FUNCTION(sleep_timer_call, 0, ID2P(LANG_SLEEP_TIMER), sleep_timer,
423 NULL, NULL, Icon_Menu_setting); /* make it look like a 423 NULL, NULL, Icon_Menu_setting); /* make it look like a
424 setting to the user */ 424 setting to the user */
425 425
426MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_CREDITS), 426MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_CREDITS),
427 (menu_function)show_credits, NULL, NULL, Icon_NOICON); 427 (menu_function)show_credits, NULL, NULL, Icon_NOICON);