1
0
Fork 0
forked from len0rd/rockbox

Move the 'manage settings' option onto the main menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christi Scarborough 2005-07-04 09:24:31 +00:00
parent febd9750f1
commit d0ec0cec10
3 changed files with 6 additions and 3 deletions

View file

@ -1480,7 +1480,7 @@ static bool time_settings_menu(void)
}
#endif
static bool manage_settings_menu(void)
bool manage_settings_menu(void)
{
int m;
bool result;
@ -1542,7 +1542,6 @@ static bool system_settings_menu(void)
#ifdef HAVE_CHARGING
{ ID2P(LANG_CAR_ADAPTER_MODE), car_adapter_mode },
#endif
{ ID2P(LANG_MANAGE_MENU), manage_settings_menu },
};
m=menu_init( items, sizeof(items) / sizeof(*items), NULL,