[Commits] prefs_common.c 1.204.2.204 1.204.2.205

colin at claws-mail.org colin at claws-mail.org
Fri Nov 11 08:26:57 CET 2011


Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv3251/src

Modified Files:
      Tag: gtk2
	prefs_common.c 
Log Message:
2011-11-11 [colin]	3.7.10cvs82

	* src/prefs_common.c
		Use %x (The preferred date representation for the current locale
		without the time)

Index: prefs_common.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_common.c,v
retrieving revision 1.204.2.204
retrieving revision 1.204.2.205
diff -u -d -r1.204.2.204 -r1.204.2.205
--- prefs_common.c	10 Nov 2011 18:42:38 -0000	1.204.2.204
+++ prefs_common.c	11 Nov 2011 07:26:54 -0000	1.204.2.205
@@ -444,7 +444,7 @@
 	 NULL, NULL, NULL},
 	{"thread_by_subject", "TRUE", &prefs_common.thread_by_subject, P_BOOL,
 	 NULL, NULL, NULL},
-	{"date_format", N_("%d/%m/%y(%a) %H:%M"), &prefs_common.date_format,
+	{"date_format", N_("%x(%a) %H:%M"), &prefs_common.date_format,
 	 P_STRING, NULL, NULL, NULL},
 	{"msgview_date_format", "FALSE", &prefs_common.msgview_date_format, P_BOOL,
 	 NULL, NULL, NULL},



More information about the Commits mailing list