diff src/multi.c @ 3730:a20bf3d247ff

[gaim-migrate @ 3868] Pretty do_ask_dialog. I also "fixed" the "hitting yes calls the 'no' function anyway" behavior. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Oct 2002 21:29:53 +0000
parents d85208a99af2
children 599194293ee5
line wrap: on
line diff
--- a/src/multi.c	Thu Oct 17 21:23:09 2002 +0000
+++ b/src/multi.c	Thu Oct 17 21:29:53 2002 +0000
@@ -971,7 +971,7 @@
 			return;
 
 		g_snprintf(buf, sizeof(buf), _("Are you sure you want to delete %s?"), u->username);
-		do_ask_dialog(buf, u, do_del_acct, NULL);
+		do_ask_dialog(buf, NULL, u, _("Delete"), do_del_acct, _("Cancel"), NULL);
 		l = l->next;
 	}
 }