[grisbi-cvs] grisbi/src gsb_assistant_file.c, 1.12, 1.13 gsb_assistant_reconcile_config.c, 1.24, 1.25 gsb_currency_config.c, 1.40, 1.41
Martin Stromberger
fabiolla at users.sourceforge.net
Fri Dec 26 16:34:06 CET 2008
- Previous message: [grisbi-cvs] grisbi/pixmaps ac_asset.png, NONE, 1.1 ac_bank.png, NONE, 1.1 ac_cash.png, NONE, 1.1 ac_home.png, NONE, 1.1 ac_liability.png, NONE, 1.1 amount.png, NONE, 1.1 impexp.png, NONE, 1.1 importlg.png, NONE, 1.1 reconciliationlg.png, NONE, 1.1 addresses.png, 1.3, 1.4 archive.png, 1.1, 1.2 archives.png, 1.1, 1.2 balance_estimate.png, 1.1, 1.2 comments.png, 1.2, 1.3 exec.png, 1.2, 1.3 files.png, 1.2, 1.3 financial-years.png, 1.1, 1.2 fonts.png, 1.4, 1.5 form.png, 1.4, 1.5 grisbi.png, 1.5, 1.6 hide_r.png, 1.2, 1.3 Makefile.am, 1.26, 1.27 organization.png, 1.1, 1.2 payment.png, 1.1, 1.2 reconciliation.png, 1.3, 1.4 reports.png, 1.2, 1.3 scheduler.png, 1.4, 1.5 show_r.png, 1.2, 1.3 text.png, 1.1, 1.2 title.png, 1.1, 1.2 toolbar.png, 1.1, 1.2 transaction-list.png, 1.3, 1.4 transdisplay.png, 1.1, 1.2 warnings.png, 1.2, 1.3
- Next message: [grisbi-cvs] grisbi/pixmaps flags.png,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12506/src
Modified Files:
gsb_assistant_file.c gsb_assistant_reconcile_config.c
gsb_currency_config.c
Log Message:
changes for new icons
Index: gsb_currency_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_config.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- gsb_currency_config.c 13 Dec 2008 20:33:42 -0000 1.40
+++ gsb_currency_config.c 26 Dec 2008 15:34:04 -0000 1.41
@@ -917,7 +917,7 @@
gtk_window_set_resizable ( GTK_WINDOW ( dialog ), TRUE );
main_vbox = new_vbox_with_title_and_icon ( _("Select base currency for your account"),
- "flags.png" );
+ "currencies.png" );
gtk_box_pack_start ( GTK_BOX ( GTK_DIALOG ( dialog ) -> vbox ), main_vbox, TRUE, TRUE, 0 );
vbox = gtk_vbox_new ( FALSE, 12 );
Index: gsb_assistant_reconcile_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_reconcile_config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gsb_assistant_reconcile_config.c 7 Dec 2008 21:40:06 -0000 1.24
+++ gsb_assistant_reconcile_config.c 26 Dec 2008 15:34:04 -0000 1.25
@@ -196,7 +196,7 @@
transactions_to_link );
assistant = gsb_assistant_new ( _("Associate orphan transactions to a reconciliation"),
tmpstr,
- "reconciliation.png",
+ "reconat.png",
NULL );
g_free ( tmpstr );
Index: gsb_assistant_file.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_file.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gsb_assistant_file.c 25 Dec 2008 23:14:58 -0000 1.12
+++ gsb_assistant_file.c 26 Dec 2008 15:34:04 -0000 1.13
@@ -359,7 +359,7 @@
10 );
vbox = new_vbox_with_title_and_icon ( _("Select base currency"),
- "flags.png" );
+ "currencies.png" );
gtk_box_pack_start ( GTK_BOX (page),
vbox,
TRUE, TRUE, 0 );
@@ -461,7 +461,7 @@
10 );
vbox = new_vbox_with_title_and_icon ( _("Configuration finished !"),
- "toolbar.png" );
+ "reconciliationlg.png" );
gtk_box_pack_start ( GTK_BOX (page),
vbox,
TRUE, TRUE, 0 );
- Previous message: [grisbi-cvs] grisbi/pixmaps ac_asset.png, NONE, 1.1 ac_bank.png, NONE, 1.1 ac_cash.png, NONE, 1.1 ac_home.png, NONE, 1.1 ac_liability.png, NONE, 1.1 amount.png, NONE, 1.1 impexp.png, NONE, 1.1 importlg.png, NONE, 1.1 reconciliationlg.png, NONE, 1.1 addresses.png, 1.3, 1.4 archive.png, 1.1, 1.2 archives.png, 1.1, 1.2 balance_estimate.png, 1.1, 1.2 comments.png, 1.2, 1.3 exec.png, 1.2, 1.3 files.png, 1.2, 1.3 financial-years.png, 1.1, 1.2 fonts.png, 1.4, 1.5 form.png, 1.4, 1.5 grisbi.png, 1.5, 1.6 hide_r.png, 1.2, 1.3 Makefile.am, 1.26, 1.27 organization.png, 1.1, 1.2 payment.png, 1.1, 1.2 reconciliation.png, 1.3, 1.4 reports.png, 1.2, 1.3 scheduler.png, 1.4, 1.5 show_r.png, 1.2, 1.3 text.png, 1.1, 1.2 title.png, 1.1, 1.2 toolbar.png, 1.1, 1.2 transaction-list.png, 1.3, 1.4 transdisplay.png, 1.1, 1.2 warnings.png, 1.2, 1.3
- Next message: [grisbi-cvs] grisbi/pixmaps flags.png,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list