In the Search Results show the actual pattern entered, not the uppercased version thereof.

This commit is contained in:
Tigran Aivazian
2012-09-15 21:32:00 +01:00
parent 527421eb86
commit 42d9583319

View File

@@ -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).."\'".." ("..tostring(self.items).." hits)",self.margin_H,0,self.title_H,3,tface)
DrawTitle("Search Results for \'"..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