summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-05 08:59:55 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-05 08:59:55 +0000
commit0a2e2c82a9fe0c1335bc6964d41a4c1c1abe7df7 (patch)
tree768a79c85a19743f76f29d59cef399f10c870de9 /apps/recorder
parentf97756e73370e0bb4ebe10960cf5db3f048bcc40 (diff)
downloadrockbox-0a2e2c82a9fe0c1335bc6964d41a4c1c1abe7df7.tar.gz
rockbox-0a2e2c82a9fe0c1335bc6964d41a4c1c1abe7df7.zip
Renamed the buttonbar functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 95b2cb3386..b4630d3e7d 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -168,8 +168,8 @@ int kbd_input(char* text, int buflen)
168 lcd_drawline(curpos, main_y, curpos, main_y + font_h); 168 lcd_drawline(curpos, main_y, curpos, main_y + font_h);
169 169
170 /* draw the status bar */ 170 /* draw the status bar */
171 set_buttonbar("Shift", "OK", "Del"); 171 buttonbar_set("Shift", "OK", "Del");
172 draw_buttonbar(); 172 buttonbar_draw();
173 173
174 /* highlight the key that has focus */ 174 /* highlight the key that has focus */
175 lcd_invertrect(font_w * x, font_h * y, font_w, font_h); 175 lcd_invertrect(font_w * x, font_h * y, font_w, font_h);