[PATCH] Fixed DATETIME_FORMAT

Wald Commits scm-commit at wald.intevation.org
Mon Sep 1 13:52:50 CEST 2014


# HG changeset patch
# User Emanuel Schuetze <emanuel at intevation.de>
# Date 1409572325 -7200
# Node ID da6ce90bef17105f76cf07b4684bb2f36c1a4ab9
# Parent  8fb1b912fd8e22ca784cd7cbb9e22015d543d885
Fixed DATETIME_FORMAT.

diff -r 8fb1b912fd8e -r da6ce90bef17 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp	Mon Sep 01 13:14:10 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Sep 01 13:52:05 2014 +0200
@@ -49,7 +49,7 @@
 // something to say
 #define NAG_INTERVAL_MINUTES 70
 
-#define DATETIME_FORMAT "dddd, d.MMMM yyyy HH:mm:ss"
+#define DATETIME_FORMAT "dddd, d. MMMM yyyy HH:mm:ss"
 
 #ifndef APPNAME
 #define APPNAME "TrustBridge"


More information about the Trustbridge-commits mailing list