[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


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,



More information about the cvs mailing list