Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 1097:b033a7d26f2e
(issue111) Use shorter date format
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 12:44:31 +0200 |
parents | 10f0efd197c7 |
children | 75a5bfe0525e |
comparison
equal
deleted
inserted
replaced
1096:10f0efd197c7 | 1097:b033a7d26f2e |
---|---|
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 "d. MMM 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 |