forked from len0rd/rockbox
Centered fourth shift line (secretly removing a bug in the process)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4042ec8d33
commit
3568d39011
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ static char* kbd_setupkeys(int page)
|
||||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||||
"abcdefghijklmnopqrstuvwxyz",
|
"abcdefghijklmnopqrstuvwxyz",
|
||||||
"01234567890!@#$%&/(){}[]<>",
|
"01234567890!@#$%&/(){}[]<>",
|
||||||
"+-*_.,:;!?'"
|
" +-*_.,:;!?' "
|
||||||
};
|
};
|
||||||
|
|
||||||
return lines[page];
|
return lines[page];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue