[grisbi-cvs] grisbi/src help.c,1.93,1.94
Pierre Biava
pbiava at users.sourceforge.net
Tue Nov 3 22:31:18 CET 2009
- Previous message: [grisbi-cvs] grisbi/po de.po,1.135,1.136
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.64, 1.65 da.po, 1.71, 1.72 de.po, 1.136, 1.137 el.po, 1.35, 1.36 eo.po, 1.28, 1.29 es.po, 1.128, 1.129 fa.po, 1.58, 1.59 fr.po, 1.195, 1.196 grisbi.pot, 1.106, 1.107 he.po, 1.64, 1.65 it.po, 1.64, 1.65 nl.po, 1.63, 1.64 pl.po, 1.69, 1.70 pt_BR.po, 1.66, 1.67 ro.po, 1.65, 1.66 ru.po, 1.63, 1.64 zh_CN.po, 1.59, 1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv934
Modified Files:
help.c
Log Message:
internationalisation of compilation date and time in the about dialog
Index: help.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/help.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- help.c 3 Nov 2009 20:55:38 -0000 1.93
+++ help.c 3 Nov 2009 21:31:16 -0000 1.94
@@ -30,6 +30,7 @@
#include "./utils.h"
#include "./gsb_plugins.h"
#include "./gsb_select_icon.h"
+#include "./utils_dates.h"
#include "./utils_str.h"
#include "./include.h"
/*END_INCLUDE*/
@@ -140,9 +141,12 @@
gsb_plugin_get_list(),
"\nVersion de GTK : ",
get_gtk_run_version ( ),
- "\nThis instance of Grisbi was compiled on ",
- __DATE__ ,
- " at ",
+ "\n",
+ _("This instance of Grisbi was compiled on\n"),
+ gsb_date_today ( ) ,
+ " ",
+ _("at"),
+ " ",
__TIME__,
"\n",
warn_print,
- Previous message: [grisbi-cvs] grisbi/po de.po,1.135,1.136
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.64, 1.65 da.po, 1.71, 1.72 de.po, 1.136, 1.137 el.po, 1.35, 1.36 eo.po, 1.28, 1.29 es.po, 1.128, 1.129 fa.po, 1.58, 1.59 fr.po, 1.195, 1.196 grisbi.pot, 1.106, 1.107 he.po, 1.64, 1.65 it.po, 1.64, 1.65 nl.po, 1.63, 1.64 pl.po, 1.69, 1.70 pt_BR.po, 1.66, 1.67 ro.po, 1.65, 1.66 ru.po, 1.63, 1.64 zh_CN.po, 1.59, 1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list