[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1751: Oops. The message log timestamp format was supposed to be "M (in trunk: . src/gui/log)



Author: edmanm
Date: 2007-05-26 00:08:20 -0400 (Sat, 26 May 2007)
New Revision: 1751

Modified:
   trunk/
   trunk/src/gui/log/logtreeitem.cpp
Log:
 r1866@adrastea:  edmanm | 2007-05-26 00:05:39 -0400
 Oops. The message log timestamp format was supposed to be "MMM dd
 hh:mm:ss.zzz", not "MMM dd hh:mm:ss:zzz".



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r1866] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/src/gui/log/logtreeitem.cpp
===================================================================
--- trunk/src/gui/log/logtreeitem.cpp	2007-05-25 03:38:57 UTC (rev 1750)
+++ trunk/src/gui/log/logtreeitem.cpp	2007-05-26 04:08:20 UTC (rev 1751)
@@ -31,7 +31,7 @@
 #include "logtreewidget.h"
 
 /** Defines the format used for displaying the date and time of a log message.*/
-#define DATETIME_FMT  "MMM dd hh:mm:ss:zzz"
+#define DATETIME_FMT  "MMM dd hh:mm:ss.zzz"
 
 /* Column index values */
 #define COL_TIME    LogTreeWidget::TimeColumn