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",
|
||||
"01234567890!@#$%&/(){}[]<>",
|
||||
"+-*_.,:;!?'"
|
||||
" +-*_.,:;!?' "
|
||||
};
|
||||
|
||||
return lines[page];
|
||||
|
|
Loading…
Reference in a new issue