diff options
author | p37sitdu, corvid <devnull@localhost> | 2012-10-03 01:19:45 +0000 |
---|---|---|
committer | p37sitdu, corvid <devnull@localhost> | 2012-10-03 01:19:45 +0000 |
commit | 39ee4950acf53e63f0a8bf8cd7111f7ad282f6bb (patch) | |
tree | dc8779a49e158a5d0e9e4327543f672a41b1ec23 /src/paths.hh | |
parent | 78003c727f7eae3a593260941aa4db6627dd1e75 (diff) |
introduce domainrc mechanism
Diffstat (limited to 'src/paths.hh')
-rw-r--r-- | src/paths.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paths.hh b/src/paths.hh index a9efc62b..8f52cd86 100644 --- a/src/paths.hh +++ b/src/paths.hh @@ -14,6 +14,7 @@ #define PATHS_RC_PREFS "dillorc" #define PATHS_RC_KEYS "keysrc" +#define PATHS_RC_DOMAIN "domainrc" class Paths { public: |