diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index 099e77f46d..ee73c5856d 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -85,8 +85,8 @@ extern HINSTANCE g_hInstance; #define TOX_SETTINGS_NODE_PKEY TOX_SETTINGS_NODE_PREFIX"%d_PubKey"
#define TOX_SETTINGS_NODE_COUNT TOX_SETTINGS_NODE_PREFIX"Count"
-#define DB_EVENT_ACTION 1000 + TOX_MESSAGE_TYPE_ACTION
-#define DB_EVENT_CORRECTION 1000 + TOX_MESSAGE_TYPE_CORRECTION
+#define DB_EVENT_ACTION 10000 + TOX_MESSAGE_TYPE_ACTION
+#define DB_EVENT_CORRECTION 10000 + TOX_MESSAGE_TYPE_CORRECTION
#define TOX_MAX_AVATAR_SIZE 1 << 16 // 2 ^ 16 bytes
|