changeset 28955:70ddeafbe185

Make the instructions wrap a bit nicer.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 16 Nov 2009 07:41:23 +0000
parents 3e96fb2825e7
children b855ec2d2880
files pidgin/gtkprefs.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Mon Nov 16 07:29:51 2009 +0000
+++ b/pidgin/gtkprefs.c	Mon Nov 16 07:41:23 2009 +0000
@@ -1051,14 +1051,13 @@
 
 	/* Instructions */
 	label = gtk_label_new(_("Select a theme that you would like to use from "
-							"the lists below. New themes can be installed by "
+							"the lists below.\nNew 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);
 
-	gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+	gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 0);
 	gtk_widget_show(label);
 
 	/* Buddy List Themes */