MS 2.4.7.0 Anpassung Resultprüfung mit Modules Clipboardwatcher, Namen easyFLOW
This commit is contained in:
@@ -423,7 +423,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Process_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, "easyFLOW")
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, AppTitle)
|
||||
End If
|
||||
|
||||
Status_Changed("Prozesszuordnung gelöscht")
|
||||
@@ -463,7 +463,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Window_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, "easyFLOW")
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, AppTitle)
|
||||
End If
|
||||
|
||||
Status_Changed("Fensterzuordnung gelöscht")
|
||||
|
||||
Reference in New Issue
Block a user