From a6da85ce98ea5d849947876f0abaab84a53edb71 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 5 Mar 2020 14:00:38 +0100 Subject: [PATCH] Revert "MS" This reverts commit 5cca37fe39f12b48355ef8819938b8bbe8d0ca52. --- app/DD_PM_WINDREAM/frmValidator.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/DD_PM_WINDREAM/frmValidator.vb b/app/DD_PM_WINDREAM/frmValidator.vb index 09230d5..81931cd 100644 --- a/app/DD_PM_WINDREAM/frmValidator.vb +++ b/app/DD_PM_WINDREAM/frmValidator.vb @@ -1886,7 +1886,8 @@ Public Class frmValidator LOGGER.Debug("Dokument-GUID: '" & CURRENT_DOC_GUID.ToString & "'") If CURRENT_DOC_GUID > 0 Then If GetWMDocPathWindows(0) = False Then - MsgBox("The file can not be diplayed!", MsgBoxStyle.Critical, ADDITIONAL_TITLE) + MsgBox("Could not access the file! Check the log!", MsgBoxStyle.Critical, ADDITIONAL_TITLE) + Exit Sub End If Load_IDB_DOC_DATA()