Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv31697
Modified Files:
dialogs.c
Log Message:
This pisses me off less.
Index: dialogs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -d -r1.365 -r1.366
--- dialogs.c 30 Oct 2002 00:10:13 -0000 1.365
+++ dialogs.c 30 Oct 2002 00:44:49 -0000 1.366
@@ -706,6 +706,7 @@
gtk_container_add(GTK_CONTAINER(hbox), vbox);
label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n"));
+ gtk_widget_set_usize(GTK_WIDGET(label), 350, -1);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
|