fixed my first use of showInfoMsgWithDelay

pull/2/merge
Dobrica Pavlinusic 12 years ago
parent 38bbe0f227
commit f8f8a58bd9

@ -332,7 +332,7 @@ end
function UniReader:startHighLightMode()
local t = self:getText(self.pageno)
if not t or #t == 0 then
showInfoMsgWithDelay("No text available for highlight",1);
showInfoMsgWithDelay("No text available for highlight", 2000, 1);
return nil
end
@ -343,7 +343,7 @@ function UniReader:startHighLightMode()
end
end
showInfoMsgWithDelay("No visible text for highlight",1);
showInfoMsgWithDelay("No visible text for highlight", 2000, 1);
print("## _findFirstWordInView none found in "..dump(t))
return nil

Loading…
Cancel
Save