diff src/prpl.c @ 4772:6fe8008d6560

[gaim-migrate @ 5091] Chip, sorry if this conflicts with your buddy pounce stuff. Also, uh, I dunno, there wasn't a reason that some of these windows didn't have titles, was there? I figured "Gaim" is better than nothing. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 15:45:38 +0000
parents c4ebe1a8484b
children e23a7e166680
line wrap: on
line diff
--- a/src/prpl.c	Fri Mar 14 14:28:57 2003 +0000
+++ b/src/prpl.c	Fri Mar 14 15:45:38 2003 +0000
@@ -211,7 +211,7 @@
 	STOCK_ITEMIZE("Yes", GTK_STOCK_YES);
 	STOCK_ITEMIZE("No", GTK_STOCK_NO);
 
-	window = gtk_dialog_new_with_buttons("", NULL, 0, notext, GTK_RESPONSE_NO, yestext, GTK_RESPONSE_YES, NULL);
+	window = gtk_dialog_new_with_buttons("Gaim", NULL, 0, notext, GTK_RESPONSE_NO, yestext, GTK_RESPONSE_YES, NULL);
 
 	if (modal) {
 		gtk_window_set_modal(GTK_WINDOW(window), TRUE);