From 3048311dd5bddad91cb6b38d280999a20d331f51 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Sat, 15 Sep 2012 21:28:47 +0100 Subject: [PATCH] Show the number of hits in Search Results. --- filesearcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesearcher.lua b/filesearcher.lua index 0fd5005ff..96abd60c8 100644 --- a/filesearcher.lua +++ b/filesearcher.lua @@ -275,7 +275,7 @@ function FileSearcher:choose(keywords) fb.bb:paintRect(0, 0, G_width, G_height, 0) -- draw menu title - DrawTitle("Search Results for \'"..string.upper(self.keywords).."\'",self.margin_H,0,self.title_H,3,tface) + DrawTitle("Search Results for \'"..string.upper(self.keywords).."\'".." ("..tostring(self.items).." hits)",self.margin_H,0,self.title_H,3,tface) -- draw results local c if self.items == 0 then -- nothing found