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:
Björn Stenberg 2003-01-15 22:39:37 +00:00
parent 4042ec8d33
commit 3568d39011

View file

@ -32,7 +32,7 @@ static char* kbd_setupkeys(int page)
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"abcdefghijklmnopqrstuvwxyz",
"01234567890!@#$%&/(){}[]<>",
"+-*_.,:;!?'"
" +-*_.,:;!?' "
};
return lines[page];