diff src/prpl.c @ 1380:638af9a58e39

[gaim-migrate @ 1390] change chat window title, and prompt before allowing direct IM connect committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 05 Jan 2001 00:47:42 +0000
parents 04874e92af24
children f6a9bd50fd19
line wrap: on
line diff
--- a/src/prpl.c	Fri Jan 05 00:32:19 2001 +0000
+++ b/src/prpl.c	Fri Jan 05 00:47:42 2001 +0000
@@ -130,6 +130,7 @@
 	gtk_container_add(GTK_CONTAINER(window), vbox);
 
 	label = gtk_label_new(text);
+	gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 	gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
 
 	hbox = gtk_hbox_new(FALSE, 5);