MS v2.7.0.0 Renaming fileFLOW
This commit is contained in:
@@ -131,9 +131,9 @@ Public Class ClassFileHandler
|
||||
|
||||
If oTempFilePath.ToUpper.EndsWith(".LNK") Then
|
||||
If USER_LANGUAGE = "de-DE" Then
|
||||
MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "File Flow")
|
||||
MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "fileFLOW")
|
||||
Else
|
||||
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "File Flow")
|
||||
MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "fileFLOW")
|
||||
End If
|
||||
Return False
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user