MS GUI.Common 2.5.56 Filename not existing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user