[monkey-bubble: 714/753] Fix revert and revert fix
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 714/753] Fix revert and revert fix
- Date: Wed, 14 Jul 2010 22:55:43 +0000 (UTC)
commit 4dec06e8b0fa535e0e1e4308007f3e21e159795b
Author: Kjartan Maraas <kmaraas src gnome org>
Date: Sat May 3 07:49:14 2003 +0000
Fix revert and revert fix
libgnomeui/gnome-scores.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 7708096..ab39dfc 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -191,7 +191,7 @@ gnome_scores_construct ( GnomeScores *gs,
/* TRANSLATORS NOTE: Date format used when showing scores in games.
* Please refer to manpage of strftime(3) for complete reference.
*/
- if(strftime(tmp2, sizeof(tmp2), _("%a %b %x %X %Y"),
+ if(strftime(tmp2, sizeof(tmp2), _("%a %b %d %T %Y"),
localtime( &(times[i]) )) == 0) {
/* according to docs, if the string does not fit, the
* contents of tmp2 are undefined, thus just use
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]