Player: Fix the dollar sign for old LCD.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-21 05:32:11 +00:00
parent 045d3cc9b5
commit c69f032df4

View file

@ -619,7 +619,7 @@ const struct xchar_info xchar_info_oldlcd[] = {
{ 0x21, 0, 0, 0x25 }, /* ! */ { 0x21, 0, 0, 0x25 }, /* ! */
{ 0x22, 0, 0, 0x26 }, /* " */ { 0x22, 0, 0, 0x26 }, /* " */
{ 0x23, 0, 0, 0x27 }, /* # */ { 0x23, 0, 0, 0x27 }, /* # */
{ 0x24, 0, 0, 0x28 }, /* $ */ { 0x24, 0, 0, 0x06 }, /* $ */
{ 0x25, 0, 0, 0x29 }, /* % */ { 0x25, 0, 0, 0x29 }, /* % */
{ 0x26, 0, 0, 0x2a }, /* & */ { 0x26, 0, 0, 0x2a }, /* & */
{ 0x27, 0, 0, 0x2b }, /* ' */ { 0x27, 0, 0, 0x2b }, /* ' */