From 5126436388a3902c5d461a538c88bf29bccdebd8 Mon Sep 17 00:00:00 2001 From: SchreiberM Date: Thu, 2 Nov 2023 13:05:59 +0100 Subject: [PATCH] MS GUI.Common 2.5.56 Filename not existing --- GUIs.Common/My Project/AssemblyInfo.vb | 4 ++-- GUIs.Common/frmNotification_Startup.vb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GUIs.Common/My Project/AssemblyInfo.vb b/GUIs.Common/My Project/AssemblyInfo.vb index cc82a403..302fc464 100644 --- a/GUIs.Common/My Project/AssemblyInfo.vb +++ b/GUIs.Common/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/GUIs.Common/frmNotification_Startup.vb b/GUIs.Common/frmNotification_Startup.vb index 128061ac..9c0a9115 100644 --- a/GUIs.Common/frmNotification_Startup.vb +++ b/GUIs.Common/frmNotification_Startup.vb @@ -111,7 +111,7 @@ Public Class frmNotification_Startup DocumentViewer1.Visible = True DocumentViewer1.Dock = Windows.Forms.DockStyle.Fill Else - Dim oMsgBox As New frmDialog("File not existing!", "Load Notification File", frmDialog.DialogType.Warning) + Dim oMsgBox As New frmDialog($"File [{oMSG_STRING}] not existing!", "Load Notification File", frmDialog.DialogType.Warning) oMsgBox.ShowDialog() End If End If