We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f52eba commit 9f7bc2eCopy full SHA for 9f7bc2e
src/GHOSTbackup/GHOSTbackup.UI/CustomMsgBox.vb
@@ -17,7 +17,7 @@
17
CustomMsgBox.LeftButton.Visible = False
18
CustomMsgBox.RightButton.Text = "OK"
19
CustomMsgBox.AcceptButton = CustomMsgBox.RightButton
20
- CustomMsgBox.CancelLabel = CustomMsgBox.CancelLabel
+ CustomMsgBox.CancelButton = CustomMsgBox.CancelLabel
21
22
Select Case DefaultButton
23
Case MessageBoxDefaultButton.Button1
@@ -36,7 +36,7 @@
36
CustomMsgBox.LeftButton.Visible = True
37
CustomMsgBox.RightButton.Text = "No"
38
CustomMsgBox.AcceptButton = CustomMsgBox.LeftButton
39
40
41
42
0 commit comments