[grisbi-cvs] grisbi/src import.c,1.270,1.271

Martin Stromberger fabiolla at users.sourceforge.net
Thu Apr 2 23:12:04 CEST 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv829/src

Modified Files:
	import.c 
Log Message:
minor layout change for label

Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- import.c	30 Mar 2009 15:11:08 -0000	1.270
+++ import.c	2 Apr 2009 21:11:59 -0000	1.271
@@ -3261,7 +3261,7 @@
     GtkCellRenderer *cell;
     GtkTreeSelection *selection;
     gchar *texte;
-    
+
     vbox_main = new_vbox_with_title_and_icon (
                         _("Manage import associations"),
                         "payees.png" );
@@ -3273,15 +3273,15 @@
     paddingbox = new_paddingbox_with_title ( vbox,
 					     TRUE, _("Import associations"));
 
-    texte = g_strdup ( _("This will associate a search string to a payee every time you import a file.  "
+    texte = g_strdup ( _("This will associate a search string to a payee every time you import a file.\n"
 			 "For instance, all QIF labels containing 'Rent' could be associated with "
 			 "a specific payee representing your landlord.") );
     label = gtk_label_new ( texte );
-    gtk_label_set_line_wrap ( GTK_LABEL ( label ), TRUE );
+    gtk_label_set_line_wrap ( GTK_LABEL ( label ), FALSE );
     gtk_misc_set_alignment ( GTK_MISC ( label ), 0, 0);
 	gtk_label_set_justify ( GTK_LABEL ( label ), GTK_JUSTIFY_LEFT );
 	g_free ( texte );
-	gtk_box_pack_start ( GTK_BOX(paddingbox), label, FALSE, FALSE, 6 );
+	gtk_box_pack_start ( GTK_BOX(paddingbox), label, TRUE, TRUE, 6 );
 
     hbox = gtk_hbox_new ( FALSE, 5 );
     gtk_box_pack_start ( GTK_BOX ( paddingbox ), hbox, TRUE, TRUE, 0);



More information about the cvs mailing list