[grisbi-cvs] grisbi/src accueil.c, 1.187, 1.188 affichage.c, 1.145, 1.146 print_report.c, 1.6, 1.7 print_transactions_list.c, 1.11, 1.12 tip.c, 1.28, 1.29

Martin Stromberger fabiolla at users.sourceforge.net
Fri Nov 14 22:27:11 CET 2008


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

Modified Files:
	accueil.c affichage.c print_report.c print_transactions_list.c 
	tip.c 
Log Message:
unified dialog-tites for fonts, layout-fix, tip-of-day fix

Index: print_report.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/print_report.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- print_report.c	30 Sep 2008 15:22:47 -0000	1.6
+++ print_report.c	14 Nov 2008 21:27:09 -0000	1.7
@@ -422,6 +422,7 @@
     font_button_transactions = gtk_font_button_new_with_font ( pango_font_description_to_string ( gsb_data_print_config_get_report_font_transactions ( ) ) );
     gtk_font_button_set_use_font ( GTK_FONT_BUTTON(font_button_transactions), TRUE );
     gtk_font_button_set_use_size ( GTK_FONT_BUTTON(font_button_transactions), TRUE );
+    gtk_font_button_set_title ( GTK_FONT_BUTTON(font_button_transactions), _("Choosing font") );
     gtk_box_pack_start (GTK_BOX (hbox),
 			font_button_transactions,
 			TRUE, TRUE, 0);
@@ -441,6 +442,7 @@
     font_button_title = gtk_font_button_new_with_font ( pango_font_description_to_string ( gsb_data_print_config_get_report_font_title ( ) ) );
     gtk_font_button_set_use_font ( GTK_FONT_BUTTON(font_button_title), TRUE );
     gtk_font_button_set_use_size ( GTK_FONT_BUTTON(font_button_title), TRUE );
+    gtk_font_button_set_title ( GTK_FONT_BUTTON(font_button_title), _("Choosing font") );
     gtk_box_pack_start (GTK_BOX (hbox),
 			font_button_title,
 			TRUE, TRUE, 0);

Index: print_transactions_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/print_transactions_list.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- print_transactions_list.c	20 Oct 2008 07:06:50 -0000	1.11
+++ print_transactions_list.c	14 Nov 2008 21:27:09 -0000	1.12
@@ -278,7 +278,7 @@
     font_button_transactions = gtk_font_button_new_with_font ( fontname_transactions );
     gtk_font_button_set_use_font ( GTK_FONT_BUTTON(font_button_transactions), TRUE );
     gtk_font_button_set_use_size ( GTK_FONT_BUTTON(font_button_transactions), TRUE );
-
+    gtk_font_button_set_title ( GTK_FONT_BUTTON(font_button_transactions), _("Choosing font") );
     gtk_box_pack_start (GTK_BOX (hbox),
 			font_button_transactions,
 			TRUE, TRUE, 0);
@@ -301,6 +301,7 @@
     font_button_title =  gtk_font_button_new_with_font ( fontname_title );
     gtk_font_button_set_use_font ( GTK_FONT_BUTTON(font_button_title), TRUE );
     gtk_font_button_set_use_size ( GTK_FONT_BUTTON(font_button_title), TRUE );
+    gtk_font_button_set_title ( GTK_FONT_BUTTON(font_button_title), _("Choosing font") );
     gtk_box_pack_start (GTK_BOX (hbox),
 			font_button_title,
 			TRUE, TRUE, 0);

Index: accueil.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/accueil.c,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- accueil.c	12 Nov 2008 22:30:21 -0000	1.187
+++ accueil.c	14 Nov 2008 21:27:09 -0000	1.188
@@ -717,7 +717,7 @@
 	gtk_widget_show ( pLabel );
 	pLabel = gtk_label_new (_("Current balance"));
 	gtk_misc_set_alignment ( GTK_MISC ( pLabel ), MISC_RIGHT, MISC_VERT_CENTER );
-	gtk_table_attach_defaults ( GTK_TABLE ( pTable ), pLabel, 2, 3, 0, 1 );
+	gtk_table_attach_defaults ( GTK_TABLE ( pTable ), pLabel, 2, 4, 0, 1 );
 	gtk_widget_show ( pLabel );
 
 	/* Affichage des comptes et de leur solde */

Index: affichage.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/affichage.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- affichage.c	31 Oct 2008 18:43:04 -0000	1.145
+++ affichage.c	14 Nov 2008 21:27:09 -0000	1.146
@@ -226,6 +226,7 @@
 			 FALSE, FALSE, 0);
 
     color_button = gtk_color_button_new ();
+    gtk_color_button_set_title ( GTK_COLOR_BUTTON(color_button), _("Choosing color") );
     g_signal_connect ( G_OBJECT (color_button),
 		       "color-set",
 		       G_CALLBACK (preferences_view_color_changed),

Index: tip.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/tip.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- tip.c	25 Sep 2008 20:58:18 -0000	1.28
+++ tip.c	14 Nov 2008 21:27:09 -0000	1.29
@@ -62,7 +62,7 @@
     GtkWidget * dialog = NULL;
     gchar * tip;
 
-    if ( !force && etat.show_tip )
+    if ( !force && !etat.show_tip )
 	return;
 
     etat.last_tip ++;
@@ -80,7 +80,7 @@
 						   dgettext("grisbi-tips", (tip) ) ) );
     gtk_window_set_modal ( GTK_WINDOW ( dialog ), FALSE );
 
-    checkbox = gsb_automem_checkbutton_new ( _("Do not show this message again"), 
+    checkbox = gsb_automem_checkbutton_new ( _("Display tips at next start"), 
 					     &(etat.show_tip), NULL, NULL );
     gtk_box_pack_start ( GTK_BOX ( GTK_DIALOG(dialog) -> vbox ), checkbox, FALSE, FALSE, 6 );
     gtk_widget_show ( checkbox );



More information about the cvs mailing list