summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/keyboard.c')
-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 95b2cb3..b4630d3 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -168,8 +168,8 @@ int kbd_input(char* text, int buflen)
lcd_drawline(curpos, main_y, curpos, main_y + font_h);
/* draw the status bar */
- set_buttonbar("Shift", "OK", "Del");
- draw_buttonbar();
+ buttonbar_set("Shift", "OK", "Del");
+ buttonbar_draw();
/* highlight the key that has focus */
lcd_invertrect(font_w * x, font_h * y, font_w, font_h);