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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 99c73f2cdb..4208df413b 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -445,7 +445,7 @@ MENUITEM_FUNCTION(show_runtime_item, 0, ID2P(LANG_RUNNING_TIME),
445MENUITEM_FUNCTION(debug_menu_item, 0, ID2P(LANG_DEBUG), 445MENUITEM_FUNCTION(debug_menu_item, 0, ID2P(LANG_DEBUG),
446 (menu_function)debug_menu, NULL, NULL, Icon_NOICON); 446 (menu_function)debug_menu, NULL, NULL, Icon_NOICON);
447 447
448MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_Questionmark, 448MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
449#if CONFIG_RTC 449#if CONFIG_RTC
450 &timedate_item, 450 &timedate_item,
451#endif 451#endif