QTfrontend/ui/widget/chatwidget.cpp
changeset 6231 810b9ced2b67
parent 6229 4c834af76c3b
child 6233 b81199041d8f
--- a/QTfrontend/ui/widget/chatwidget.cpp	Sat Oct 29 15:31:45 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Sat Oct 29 16:54:46 2011 +0200
@@ -191,9 +191,9 @@
     {
         s_isTimeStamped = true;
         s_tsFormat =
-            ((victims.contains("timestamp:hours"))?"":"hh") +
-            QString(":mm:") +
-            ((victims.contains("timestamp:seconds"))?"":"ss");
+            ((victims.contains("timestamp:hours"))?"":"hh:") +
+            QString("mm") +
+            ((victims.contains("timestamp:seconds"))?"":":ss");
     }
 
     victims.removeAll("timestamp:hours");