1. MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
  2. #if CONFIG_RTC
  3. &timedate_item,
  4. #endif
  5. &show_info_item, &show_credits_item, &show_runtime_item,
  6. #if CONFIG_RTC == 0
  7. &sleep_timer_call,
  8. #endif
  9. /* &debug_menu_item);*/
  10. );