mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fixed wrong u character.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
093e3b2b7f
commit
43d6d28e20
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ static void kbd_setupkeys(char* line[KEYBOARD_LINES], int page)
|
|||
case 1:
|
||||
line[0] = "abcdefg ¢£¤¥¦§©®¬";
|
||||
line[1] = "hijklmn «»°ºª¹²³¶";
|
||||
line[2] = "opqrsty ¯±×÷¡¿µ·¨";
|
||||
line[2] = "opqrstu ¯±×÷¡¿µ·¨";
|
||||
line[3] = "vwxyz ¼½¾ ";
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue