diff src/dialogs.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 c4c28874ecd3
children e870e313be96
line wrap: on
line diff
--- a/src/dialogs.c	Fri Mar 14 14:28:57 2003 +0000
+++ b/src/dialogs.c	Fri Mar 14 15:45:38 2003 +0000
@@ -493,7 +493,7 @@
 		g_free(filename);
 		gtk_misc_set_alignment(GTK_MISC(img), 0, 0);
 	}
-	d = gtk_dialog_new_with_buttons("", NULL, 0, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
+	d = gtk_dialog_new_with_buttons("Gaim", NULL, 0, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
 	g_signal_connect(d, "response", G_CALLBACK(gtk_widget_destroy), NULL);
 	
 	gtk_container_set_border_width (GTK_CONTAINER(d), 6);