From a5496b83c6ae041052f97d8a18e42a8667219040 Mon Sep 17 00:00:00 2001 From: NuPogodi Date: Fri, 7 Sep 2012 12:46:46 +0300 Subject: [PATCH] Update helppage.lua Fixed crash of heplpage 'cause of typo: tfont > tface --- helppage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helppage.lua b/helppage.lua index e753058e2..77d8634c0 100644 --- a/helppage.lua +++ b/helppage.lua @@ -59,7 +59,7 @@ function HelpPage:show(ypos, height, commands, title) while true do if is_pagedirty then fb.bb:paintRect(0, ypos, fb.bb:getWidth(), height, 0) - DrawTitle(title or "Active Hotkeys",self.margin_H,0,self.title_H,self.bg_color,tfont) + DrawTitle(title or "Active Hotkeys",self.margin_H,0,self.title_H,self.bg_color,tface) local c local max_x = 0 for c = 1, perpage do