From a464cb3d2cef49e252d18e2d6b30fb36009788f1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 16 Jun 2019 07:42:45 +0200 Subject: [PATCH] message --- src/qtgui/preview_w.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }