Mercurial > retraceit
comparison src/constants.h @ 47:c4a5ef6db895
Add definitions used for the detachable image configuration.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 07 May 2015 10:20:47 +0200 |
parents | 73e6b6b12412 |
children | 098a10fc2e83 |
comparison
equal
deleted
inserted
replaced
46:97c14310cc1a | 47:c4a5ef6db895 |
---|---|
93 #define DATE_COLUMN_DEFAULT "Date" | 93 #define DATE_COLUMN_DEFAULT "Date" |
94 | 94 |
95 /**@def The fallback value in case the DisplayDate column can't be found */ | 95 /**@def The fallback value in case the DisplayDate column can't be found */ |
96 #define DATE_COLUMN_FALLBACK_IDX 2 | 96 #define DATE_COLUMN_FALLBACK_IDX 2 |
97 | 97 |
98 /**@def Setting to control wether or not the image can be detached. */ | |
99 #define DETACHABLE_IMAGE_KEY "DetachableImage" | |
100 | |
101 /**@def Default value for the detachable image. */ | |
102 #define DETACHABLE_IMAGE_DEFAULT false | |
103 | |
98 #endif // CONSTANTS_H | 104 #endif // CONSTANTS_H |