[gaim-migrate @ 4603]

Sat, 18 Jan 2003 09:19:16 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sat, 18 Jan 2003 09:19:16 +0000
changeset 4339
c1f075815433
parent 4338
e4ad226358d1
child 4340
de7cac105491

[gaim-migrate @ 4603]
The \n made it difficult to translate, so we're setting wrap on the label
now. It also caused the entire preferences dialog to be too wide for some
screens.

src/prefs.c file | annotate | diff | comparison | revisions
--- a/src/prefs.c	Sat Jan 18 08:28:56 2003 +0000
+++ b/src/prefs.c	Sat Jan 18 09:19:16 2003 +0000
@@ -352,8 +352,9 @@
 	ret = gtk_vbox_new(FALSE, 18);
 	gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
 
-	label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can\nbe installed by dragging and dropping them onto the theme list."));
+	label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."));
 
+	gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
 	gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
 

mercurial