cpw.rekkanoryo.prefs_window: 12c2100a: Make the instructions wrap a bit nicer.
qulogic at pidgin.im
qulogic at pidgin.im
Mon Nov 16 03:15:40 EST 2009
-----------------------------------------------------------------
Revision: 12c2100ac412ff451374a355ad49574cd5fd5c48
Ancestor: cac7dea7f67328973452405822515b7ea5a15c71
Author: qulogic at pidgin.im
Date: 2009-11-16T07:41:23
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/12c2100ac412ff451374a355ad49574cd5fd5c48
Modified files:
pidgin/gtkprefs.c
ChangeLog:
Make the instructions wrap a bit nicer.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c 737179b18cfb920784c4ba6013a0184704c8121e
+++ pidgin/gtkprefs.c e5bbbdd67d7e0478234812c02929d5130b882372
@@ -1051,14 +1051,13 @@ theme_page(void)
/* 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 */
More information about the Commits
mailing list