diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-02-28 13:24:28 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-02-28 13:24:28 +0500 |
commit | 8736afe83f8c5aadf130542b2bbf14b2bcf57105 (patch) | |
tree | fcb386290ed5496b5919101141ca116d300dd6db /protocols/VKontakte/src/resource.h | |
parent | 0d5699dd134818a9f064033862c5268166b5a816 (diff) |
VKontakte:
add option ‘Add message link to messages with attachments’
version bump
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 15ac29bc9c..ec7626e033 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -127,6 +127,7 @@ #define IDC_N_FRIENDACCEPTED 1110
#define IDC_SENDVKURLSASATTACH 1111
#define IDC_LOADSENTATTACH 1112
+#define IDC_ADD_MES_LINK_MES_ATT 1113
// Next default values for new objects
//
@@ -135,7 +136,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 123
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1112
+#define _APS_NEXT_CONTROL_VALUE 1114
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|