Release SearchFlow
This commit is contained in:
@@ -422,7 +422,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Process_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, "Clipboard Watcher")
|
||||
MsgBox("Error while deleting assignment of process!", MsgBoxStyle.Critical, "Search Flow")
|
||||
End If
|
||||
|
||||
Status_Changed("Prozesszuordnung gelöscht")
|
||||
@@ -462,7 +462,7 @@ Public Class frmAdministration
|
||||
End If
|
||||
|
||||
If CtrlApplicationAssignment1.Window_DeleteAssignment() = False Then
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, "Clipboard Watcher")
|
||||
MsgBox("Error while deleting assignment of window!", MsgBoxStyle.Critical, "Search Flow")
|
||||
End If
|
||||
|
||||
Status_Changed("Fensterzuordnung gelöscht")
|
||||
|
||||
Reference in New Issue
Block a user