[Commits] prefs_common.c 1.204.2.203 1.204.2.204

claws at claws-mail.org claws at claws-mail.org
Thu Nov 10 19:42:40 CET 2011


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

Modified Files:
      Tag: gtk2
	prefs_common.c 
Log Message:
2011-11-10 [paul]	3.7.10cvs81

	* src/prefs_common.c
		use european date format as default 

Index: prefs_common.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_common.c,v
retrieving revision 1.204.2.203
retrieving revision 1.204.2.204
diff -u -d -r1.204.2.203 -r1.204.2.204
--- prefs_common.c	23 Oct 2011 20:50:47 -0000	1.204.2.203
+++ prefs_common.c	10 Nov 2011 18:42:38 -0000	1.204.2.204
@@ -444,7 +444,7 @@
 	 NULL, NULL, NULL},
 	{"thread_by_subject", "TRUE", &prefs_common.thread_by_subject, P_BOOL,
 	 NULL, NULL, NULL},
-	{"date_format", N_("%y/%m/%d(%a) %H:%M"), &prefs_common.date_format,
+	{"date_format", N_("%d/%m/%y(%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