Mercurial > retraceit
comparison src/constants.h @ 81:5923d569167b
Make Header tooltips configurable
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Jun 2015 17:48:28 +0200 |
parents | 098a10fc2e83 |
children | 6fa321b3dfe7 |
comparison
equal
deleted
inserted
replaced
80:d6f3a31e505e | 81:5923d569167b |
---|---|
125 | 125 |
126 /** | 126 /** |
127 * @brief Default value for the detachable image. */ | 127 * @brief Default value for the detachable image. */ |
128 #define DETACHABLE_IMAGE_DEFAULT false | 128 #define DETACHABLE_IMAGE_DEFAULT false |
129 | 129 |
130 /** | |
131 * @brief The configuration group for the tooltips. */ | |
132 #define TOOLTIP_CONFIG_GROUP "Tooltips" | |
133 | |
130 #endif // CONSTANTS_H | 134 #endif // CONSTANTS_H |