[balsa/gtk3] Let GtkLabel wrap text



commit b78d510538522b76246b875ffd6d570282925fa3
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Jan 8 23:00:24 2011 -0500

    Let GtkLabel wrap text
    
    	* src/pref-manager.c (quoted_group), (mdn_group): let GtkLabel
    	wrap text.

 ChangeLog          |    5 +++++
 src/pref-manager.c |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6bad8c0..9a306bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-01-08  Peter Bloomfield
 
+	* src/pref-manager.c (quoted_group), (mdn_group): let GtkLabel
+	wrap text.
+
+2011-01-08  Peter Bloomfield
+
 	* src/balsa-mblist.c (bmbl_mru_show_tree): make the mailbox tree
 	dialog a reasonable size.
 
diff --git a/src/pref-manager.c b/src/pref-manager.c
index 1b76dc2..9c44875 100644
--- a/src/pref-manager.c
+++ b/src/pref-manager.c
@@ -1935,7 +1935,7 @@ quoted_group(GtkWidget * page)
                      0, 2, row, row + 1, GTK_FILL, 0, 0, 0);
     ++row;
 
-    attach_label(_("Quoted text\n" "regular expression:"), table, row, page);
+    attach_label(_("Quoted text regular expression:"), table, row, page);
 
     pui->quote_pattern = gtk_entry_new();
     gtk_table_attach(GTK_TABLE(table), pui->quote_pattern,
@@ -2048,8 +2048,8 @@ mdn_group(GtkWidget * page)
     table = create_table(2, 2, page);
     pm_group_add(group, table, FALSE);
 
-    label = gtk_label_new(_("The message header looks clean\n"
-                            "(the notify-to address is the return path,\n"
+    label = gtk_label_new(_("The message header looks clean "
+                            "(the notify-to address is the return path, "
                             "and I am in the \"To:\" or \"Cc:\" list)."));
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
     gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]