mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
In the Search Results show the actual pattern entered, not the uppercased version thereof.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user