Mercurial > retraceit
comparison src/constants.h @ 31:749ecdfd036a
Store ini file in relayit folder (using organization name)
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 15:30:47 +0200 |
parents | 4e16fbd10945 |
children | 40a683d1a318 |
comparison
equal
deleted
inserted
replaced
30:c09d38033fde | 31:749ecdfd036a |
---|---|
19 #endif | 19 #endif |
20 | 20 |
21 /**@def The user visible application name. */ | 21 /**@def The user visible application name. */ |
22 #ifndef APPNAME | 22 #ifndef APPNAME |
23 #define APPNAME "undefined" | 23 #define APPNAME "undefined" |
24 #endif | |
25 | |
26 /**@def The user visible organization behind this. */ | |
27 #ifndef ORGANIZATION | |
28 #define ORGANIZATION "Intevation GmbH" | |
29 #endif | 24 #endif |
30 | 25 |
31 /**@def Short command line description. */ | 26 /**@def Short command line description. */ |
32 #define DESCRIPTION "A tool to replay recorded user sessions." | 27 #define DESCRIPTION "A tool to replay recorded user sessions." |
33 | 28 |