MS
This commit is contained in:
@@ -7,6 +7,7 @@ Imports DigitalData.Modules.Language
|
||||
Imports DigitalData.Modules.Filesystem
|
||||
Imports DigitalData.Modules.Messaging
|
||||
Imports Limilabs.Mail
|
||||
Imports DigitalData.GUIs.Common
|
||||
|
||||
Public Class ClassFilehandle
|
||||
Inherits BaseClass
|
||||
@@ -126,7 +127,7 @@ Public Class ClassFilehandle
|
||||
Else
|
||||
oMSG = "Shortcuts cannot be droppped!"
|
||||
End If
|
||||
Dim oMsgBox As New Dialog1(oMSG, "", True)
|
||||
Dim oMsgBox As New frmDialog(oMSG, "", True)
|
||||
oMsgBox.ShowDialog()
|
||||
Return False
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user