diff options
author | sin <sin@2f30.org> | 2014-10-24 14:21:12 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-24 14:21:12 +0100 |
commit | edf96a7ce3c34448be3250ad0a0137f7ab951ca8 (patch) | |
tree | 63fb422bd0f7e2191e9f0f907bbcc6e899c9a1c4 /config.def.h | |
parent | 051049f76fe93f25222fe1a58f3f7a2ce08f9532 (diff) |
Rename .ratox.data to .ratox.tox to comply with STS
https://github.com/Tox/Tox-STS/blob/master/STS.md
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 7fd013f..28d4d27 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#define DATAFILE ".ratox.data" +#define DATAFILE ".ratox.tox" /* connection delay in seconds */ #define CONNECTDELAY 3 /* ringing delay in seconds */ |