diff src/gtknotify.c @ 7678:cf6a7939af78

[gaim-migrate @ 8322] Kevin "Sim" Guy made Alert Dialog titles consistant, and sensible on Windows. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 01 Dec 2003 02:36:51 +0000
parents 42e5d2f4e4b1
children 1363f91da9cc
line wrap: on
line diff
--- a/src/gtknotify.c	Mon Dec 01 02:19:27 2003 +0000
+++ b/src/gtknotify.c	Mon Dec 01 02:36:51 2003 +0000
@@ -107,9 +107,9 @@
 		gtk_misc_set_alignment(GTK_MISC(img), 0, 0);
 	}
 
-	dialog = gtk_dialog_new_with_buttons(title ? title : "", NULL, 0,
-					     GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
-					     NULL);
+	dialog = gtk_dialog_new_with_buttons(title ? title : GAIM_ALERT_TITLE,
+					     NULL, 0, GTK_STOCK_OK,
+					     GTK_RESPONSE_ACCEPT, NULL);
 	g_signal_connect(G_OBJECT(dialog), "response",
 					 G_CALLBACK(message_response_cb), dialog);