summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 67c972c7..57ad610d 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -404,7 +404,7 @@ sub ask_yes_or_no {
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'yes-no', $msg);
my $response = $w->run;
$w->destroy;
- $response eq 'ok';
+ $response eq 'yes';
}
sub gtk_new_Label_Left {