Compare commits
2 Commits
0b90996712
...
0c8e77c993
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c8e77c993 | |||
| dd42f7b8fa |
@@ -369,7 +369,7 @@ Public Class frmMain
|
|||||||
Shut_Down()
|
Shut_Down()
|
||||||
End Sub
|
End Sub
|
||||||
Sub Shut_Down()
|
Sub Shut_Down()
|
||||||
If MsgBox("Wollen Sie das Programm beenden?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text) = MsgBoxResult.Yes Then
|
If MsgBox("Wollen Sie Clipboard-Watcher wirklich beenden?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text) = MsgBoxResult.Yes Then
|
||||||
Close()
|
Close()
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Reference in New Issue
Block a user