summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
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);