diff --git a/src/qtgui/preview_w.cpp b/src/qtgui/preview_w.cpp index 00d0d681..c3740bca 100644 --- a/src/qtgui/preview_w.cpp +++ b/src/qtgui/preview_w.cpp @@ -675,11 +675,11 @@ bool Preview::loadDocInCurrentTab(const Rcl::Doc &idoc, int docnum) break; case FileInterner::InternfileOther: #ifdef _WIN32 - msg = tr("Error loading the document: other handler error"); -#else msg = tr("Error loading the document: " "other handler error
" "Maybe the application is locking the file ?"); +#else + msg = tr("Error loading the document: other handler error"); #endif break; }