Mercurial > retraceit
diff src/constants.h @ 9:e3c8f61e45a9
Implement folderselection dialogs
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 26 Mar 2015 16:30:18 +0100 |
parents | 107e435cb569 |
children | 2881cd0d9da7 |
line wrap: on
line diff
--- a/src/constants.h Wed Mar 25 14:25:21 2015 +0100 +++ b/src/constants.h Thu Mar 26 16:30:18 2015 +0100 @@ -65,4 +65,7 @@ /**@def the value for a step in the speed slider */ #define REPLAY_SPEED_STEP_MS 500 +/**@def The seperator used in the patterns. */ +#define PATTERN_SEPERATOR "_" + #endif // CONSTANTS_H