diff src/gtkrequest.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 357eb1c39b72
children 9408c12b4a61
line wrap: on
line diff
--- a/src/gtkrequest.c	Mon Dec 01 02:19:27 2003 +0000
+++ b/src/gtkrequest.c	Mon Dec 01 02:36:51 2003 +0000
@@ -232,7 +232,8 @@
 	data->cbs[1] = cancel_cb;
 
 	/* Create the dialog. */
-	dialog = gtk_dialog_new_with_buttons(title, NULL, 0,
+	dialog = gtk_dialog_new_with_buttons(title ? title : GAIM_ALERT_TITLE,
+					     NULL, 0,
 					     text_to_stock(cancel_text), 1,
 					     text_to_stock(ok_text),     0,
 					     NULL);