lets list scroll first
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89d8f76326
commit
265a75d11a
1 changed files with 1 additions and 1 deletions
|
@ -686,10 +686,10 @@ static bool display_settings_menu(void)
|
|||
bool result;
|
||||
|
||||
struct menu_items items[] = {
|
||||
{ str(LANG_SCROLL_MENU), scroll_settings_menu },
|
||||
{ str(LANG_BACKLIGHT), backlight_timer },
|
||||
{ str(LANG_BACKLIGHT_ON_WHEN_CHARGING), backlight_on_when_charging },
|
||||
{ str(LANG_CONTRAST), contrast },
|
||||
{ str(LANG_SCROLL_MENU), scroll_settings_menu },
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
{ str(LANG_PM_MENU), peak_meter_menu },
|
||||
{ str(LANG_VOLUME_DISPLAY), volume_type },
|
||||
|
|
Loading…
Reference in a new issue