commit 07b469e51ea58a18b9fd2d054ae2f6aabf7844b0
parent 67606c9b68de85ec8712d6221424228e83c2d810
Author: Colin Leroy <colin@colino.net>
Date: Fri, 11 Nov 2011 07:26:56 +0000
2011-11-11 [colin] 3.7.10cvs82
* src/prefs_common.c
Use %x (The preferred date representation for the current locale
without the time)
Diffstat:
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-11 [colin] 3.7.10cvs82
+
+ * src/prefs_common.c
+ Use %x (The preferred date representation for the current locale
+ without the time)
+
2011-11-10 [paul] 3.7.10cvs81
* src/prefs_common.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4285,3 +4285,4 @@
( cvs diff -u -r 1.65.2.73 -r 1.65.2.74 src/codeconv.c; ) > 3.7.10cvs79.patchset
( cvs diff -u -r 1.395.2.436 -r 1.395.2.437 src/summaryview.c; ) > 3.7.10cvs80.patchset
( cvs diff -u -r 1.204.2.203 -r 1.204.2.204 src/prefs_common.c; ) > 3.7.10cvs81.patchset
+( cvs diff -u -r 1.204.2.204 -r 1.204.2.205 src/prefs_common.c; ) > 3.7.10cvs82.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=81
+EXTRA_VERSION=82
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/prefs_common.c b/src/prefs_common.c
@@ -444,7 +444,7 @@ static PrefParam param[] = {
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},