diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-13 08:25:04 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-13 08:25:04 +0000 |
commit | 46d6a43726d64a0d7f808ad55557bfc56b89f97d (patch) | |
tree | 4fea102a4cf636196b8ae6f6da8cdd627a4d14fe /protocols/VKontakte/src/resource.h | |
parent | ffb9e28990704074a63fc87d1a92621727a4c951 (diff) |
VKontakte:
add ‘Send VK-objects links as attachments’ option
move ‘Use non-standard popups for news and event notifications’ option to View page
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 e5db19f100..a54c792242 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -124,6 +124,7 @@ #define IDC_COMBO_MARKASREAD 1108
#define IDC_COMBO_SYNCHISTORY 1109
#define IDC_N_FRIENDACCEPTED 1110
+#define IDC_SENDVKURLSASATTACH 1111
// Next default values for new objects
//
@@ -132,7 +133,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 123
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1111
+#define _APS_NEXT_CONTROL_VALUE 1112
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|