Skip to content

Commit 6539f4b

Browse files
committed
Fix typo 'bug'
1 parent 400abbe commit 6539f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private void button1_Click(object sender, EventArgs e)
7676
);
7777

7878
// Abort if canceled etc
79-
if (promptResult != DialogResult.Yes)
79+
if (promptResult != DialogResult.OK)
8080
{
8181
return;
8282
}

0 commit comments

Comments
 (0)