Shorten the message about opening the document, otherwise it is not displayed at all.

This commit is contained in:
Tigran Aivazian
2012-09-10 00:16:06 +01:00
parent 397d3aa037
commit 47556b5562

View File

@@ -43,7 +43,7 @@ function openFile(filename)
reader = ext:getReader(file_type)
if reader then
InfoMessage:show("Opening document, please wait... ", 0)
InfoMessage:show("Opening document... ", 0)
reader:preLoadSettings(filename)
local ok, err = reader:open(filename)
if ok then