message
This commit is contained in:
parent
dca18bc585
commit
a464cb3d2c
@ -675,11 +675,11 @@ bool Preview::loadDocInCurrentTab(const Rcl::Doc &idoc, int docnum)
|
|||||||
break;
|
break;
|
||||||
case FileInterner::InternfileOther:
|
case FileInterner::InternfileOther:
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
msg = tr("Error loading the document: other handler error");
|
|
||||||
#else
|
|
||||||
msg = tr("Error loading the document: "
|
msg = tr("Error loading the document: "
|
||||||
"other handler error<br>"
|
"other handler error<br>"
|
||||||
"Maybe the application is locking the file ?");
|
"Maybe the application is locking the file ?");
|
||||||
|
#else
|
||||||
|
msg = tr("Error loading the document: other handler error");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user