From 2e9412025b2f84b86a855c05beb748bc2e585525 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 12 Oct 2004 10:59:04 +0000 Subject: The Poweroff menu entry is only for Players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5258 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/main_menu.c') diff --git a/apps/main_menu.c b/apps/main_menu.c index d47fc5148e..ed10d05f2f 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -356,9 +356,11 @@ bool main_menu(void) items[i].desc = ID2P(LANG_INFO); items[i++].function = info_menu; +#ifdef HAVE_LCD_CHARCELLS items[i].desc = ID2P(LANG_SHUTDOWN); items[i++].function = clean_shutdown; - +#endif + m=menu_init( items, i, NULL, NULL, NULL, NULL ); #ifdef HAVE_LCD_CHARCELLS status_set_param(true); -- cgit v1.2.3