Mercurial > retraceit
diff 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 |
line wrap: on
line diff
--- a/src/constants.h Tue Jun 16 16:08:05 2015 +0200 +++ b/src/constants.h Thu Jun 18 17:48:28 2015 +0200 @@ -127,4 +127,8 @@ * @brief Default value for the detachable image. */ #define DETACHABLE_IMAGE_DEFAULT false +/** +* @brief The configuration group for the tooltips. */ +#define TOOLTIP_CONFIG_GROUP "Tooltips" + #endif // CONSTANTS_H