Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 995:da6ce90bef17
Fixed DATETIME_FORMAT.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 01 Sep 2014 13:52:05 +0200 |
parents | 8fb1b912fd8e |
children | 29783ef4da62 |
comparison
equal
deleted
inserted
replaced
994:8fb1b912fd8e | 995:da6ce90bef17 |
---|---|
47 | 47 |
48 // The amount of time in minutes stay silent if we have | 48 // The amount of time in minutes stay silent if we have |
49 // something to say | 49 // something to say |
50 #define NAG_INTERVAL_MINUTES 70 | 50 #define NAG_INTERVAL_MINUTES 70 |
51 | 51 |
52 #define DATETIME_FORMAT "dddd, d.MMMM yyyy HH:mm:ss" | 52 #define DATETIME_FORMAT "dddd, d. MMMM yyyy HH:mm:ss" |
53 | 53 |
54 #ifndef APPNAME | 54 #ifndef APPNAME |
55 #define APPNAME "TrustBridge" | 55 #define APPNAME "TrustBridge" |
56 #endif | 56 #endif |
57 | 57 |