From 5aa0665b5b5522f7867e0ba26ab14e30712f9829 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 13 Oct 2008 15:11:11 +0000 Subject: Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 by William Poetra Yoga Hadisoeseno but without the menu rearrangement) also closes FS#9154. Update manual to reflect the menu change, Playback Settings is now its own chapter. As a bonus that makes it a bit easier to find stuff in the toc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18799 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/main_menu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/menus/main_menu.c') diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 3995eafd24..77322c6ef4 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -549,6 +549,7 @@ static int mainmenu_callback(int action,const struct menu_item_ex *this_item) MAKE_MENU(main_menu_, ID2P(LANG_SETTINGS), mainmenu_callback, Icon_Submenu_Entered, &sound_settings, + &playback_settings, &settings_menu_item, &theme_menu, #ifdef HAVE_RECORDING &recording_settings, -- cgit v1.2.3