diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-30 18:40:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-30 18:40:17 +0000 |
commit | 4239659c7d805936ca4defc3c418224ffbce12a6 (patch) | |
tree | f1ba3fa99cbe856adf23eca15a8450ed050690fd /protocols/VKontakte/src/resource.h | |
parent | c00d1d01ba72a6a00a915dd9c303e9322264f2ee (diff) |
VK: contact list sync option
git-svn-id: http://svn.miranda-ng.org/main/trunk@7960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 3624c5ca01..8eaf42c489 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -23,15 +23,16 @@ #define IDC_CLIST 1013
#define IDC_HIDECHATS 1014
#define IDC_CONTACT 1015
+#define IDC_AUTOCLEAN 1020
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1020
+#define _APS_NEXT_CONTROL_VALUE 1021
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|