diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-12-17 22:53:25 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-12-17 22:53:25 +0000 |
| commit | 5774709d15ca003384a2baaa95513a8302e27bf7 (patch) | |
| tree | 88e85cddd11f6a682978a474da3329c17724a0d8 /apps | |
| parent | b757b50d0a7b63873c6958c0060f75ace73f72ff (diff) | |
| download | rockbox-5774709d15ca003384a2baaa95513a8302e27bf7.zip rockbox-5774709d15ca003384a2baaa95513a8302e27bf7.tar.gz rockbox-5774709d15ca003384a2baaa95513a8302e27bf7.tar.bz2 rockbox-5774709d15ca003384a2baaa95513a8302e27bf7.tar.xz | |
One #if less :-D
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11791 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/keyboard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 7751dac..7dcec7c 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -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; |