1
0
Fork 0
forked from len0rd/rockbox

One #if less :-D

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-12-17 22:53:25 +00:00
parent b757b50d0a
commit 5774709d15

View file

@ -258,8 +258,8 @@ int kbd_input(char* text, int buflen)
param[l].DEFAULT_LINES = 8;
}
else
{
#endif
{
param[l].default_kbd =
"ABCDEFG !?\" @#$%+'\n"
"HIJKLMN 789 &_()-`\n"
@ -277,9 +277,7 @@ int kbd_input(char* text, int buflen)
"òóôõöø çðþýÿ ùúûü";
param[l].DEFAULT_LINES = 4;
#if LCD_WIDTH >= 160
}
#endif
}
#ifdef KBD_MODES
bool line_edit = false;