forked from len0rd/rockbox
Caption backlight is available for players too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3596 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4793f3b6de
commit
e89069debd
1 changed files with 1 additions and 1 deletions
|
@ -759,8 +759,8 @@ static bool display_settings_menu(void)
|
||||||
{ str(LANG_PM_MENU), peak_meter_menu },
|
{ str(LANG_PM_MENU), peak_meter_menu },
|
||||||
{ str(LANG_VOLUME_DISPLAY), volume_type },
|
{ str(LANG_VOLUME_DISPLAY), volume_type },
|
||||||
{ str(LANG_BATTERY_DISPLAY), battery_type },
|
{ str(LANG_BATTERY_DISPLAY), battery_type },
|
||||||
{ str(LANG_CAPTION_BACKLIGHT), caption_backlight },
|
|
||||||
#endif
|
#endif
|
||||||
|
{ str(LANG_CAPTION_BACKLIGHT), caption_backlight },
|
||||||
};
|
};
|
||||||
|
|
||||||
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue