[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
- Previous message: [grisbi-cvs] grisbi/po de.po,1.74,1.75
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.26, 1.27 da.po, 1.33, 1.34 de.po, 1.75, 1.76 es.po, 1.69, 1.70 fa.po, 1.20, 1.21 fr.po, 1.148, 1.149 grisbi.pot, 1.68, 1.69 he.po, 1.26, 1.27 it.po, 1.26, 1.27 nl.po, 1.25, 1.26 pl.po, 1.31, 1.32 pt_BR.po, 1.28, 1.29 ro.po, 1.26, 1.27 ru.po, 1.25, 1.26 zh_CN.po, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [grisbi-cvs] grisbi/po de.po,1.74,1.75
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.26, 1.27 da.po, 1.33, 1.34 de.po, 1.75, 1.76 es.po, 1.69, 1.70 fa.po, 1.20, 1.21 fr.po, 1.148, 1.149 grisbi.pot, 1.68, 1.69 he.po, 1.26, 1.27 it.po, 1.26, 1.27 nl.po, 1.25, 1.26 pl.po, 1.31, 1.32 pt_BR.po, 1.28, 1.29 ro.po, 1.26, 1.27 ru.po, 1.25, 1.26 zh_CN.po, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list