diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-09 17:41:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-09 17:41:17 +0000 |
commit | 8ffc24f829fa99cc1c089193aa4b1e67e4f69dfd (patch) | |
tree | 38519dc251389923a1716ecf118b2d8172bcf464 /protocols/VKontakte/src/resource.h | |
parent | f73390e506d9a67fe4026221816f02fb1bf6234d (diff) |
VKontakte:
- option added to support server message delivery confirmations;
- separate dialog procedure for options;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@7110 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 4c42557a15..ef19487943 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -16,15 +16,16 @@ #define IDC_FRAME1 1008
#define IDC_FRAME2 1009
#define IDC_SUBMIT 1010
+#define IDC_DELIVERY 1011
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|