summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-02-06 14:40:09 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-02-06 14:40:09 -0300
commitfc99fd7a3497252746618a0d6f94b823aed1ff12 (patch)
treedd6bb39a60c1f5590be0190b558723a231e8824f /src/nav.c
parent1b3d3f9ef09191c3086592f9273ccffa683fa516 (diff)
imported patch choice5
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nav.c b/src/nav.c
index c5311cfb..7f9d03db 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -488,9 +488,9 @@ static void Nav_reload_callback(void *data)
confirmed = 0;
} else if (URL_FLAGS(h_url) & URL_Post) {
/* Attempt to repost data, let's confirm... */
- choice = a_Dialog_choice3("Repost form data?",
- "Yes", "*No", "Cancel");
- confirmed = (choice == 0); /* "Yes" */
+ choice = a_Dialog_choice5("Repost form data?",
+ "No", "Yes", "Cancel", NULL, NULL);
+ confirmed = (choice == 2); /* "Yes" */
}
if (confirmed) {