1
0
Fork 0
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:
Björn Stenberg 2003-04-24 07:01:51 +00:00
parent 4793f3b6de
commit e89069debd

View file

@ -759,8 +759,8 @@ static bool display_settings_menu(void)
{ str(LANG_PM_MENU), peak_meter_menu },
{ str(LANG_VOLUME_DISPLAY), volume_type },
{ str(LANG_BATTERY_DISPLAY), battery_type },
{ str(LANG_CAPTION_BACKLIGHT), caption_backlight },
#endif
{ str(LANG_CAPTION_BACKLIGHT), caption_backlight },
};
m=menu_init( items, sizeof items / sizeof(struct menu_items) );