# HG changeset patch # User Elliott Sales de Andrade # Date 1258357283 0 # Node ID 70ddeafbe1854a9c62062bb3c92b67207023677a # Parent 3e96fb2825e797d6d7042bf275b07ec0cae53d41 Make the instructions wrap a bit nicer. diff -r 3e96fb2825e7 -r 70ddeafbe185 pidgin/gtkprefs.c --- 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 */