diff 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
line wrap: on
line diff
--- a/src/constants.h	Thu May 07 10:20:07 2015 +0200
+++ b/src/constants.h	Thu May 07 10:20:47 2015 +0200
@@ -95,4 +95,10 @@
 /**@def The fallback value in case the DisplayDate column can't be found */
 #define DATE_COLUMN_FALLBACK_IDX 2
 
+/**@def Setting to control wether or not the image can be detached. */
+#define DETACHABLE_IMAGE_KEY "DetachableImage"
+
+/**@def Default value for the detachable image. */
+#define DETACHABLE_IMAGE_DEFAULT false
+
 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)