diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
commit | 813694abc5792d7cc6f4a39d42d3619af3f5e996 (patch) | |
tree | 83050371b79b9543d91a34bc4b8533f32376e438 /protocols/VKontakte/src/resource.h | |
parent | 25f61751aafa9f30a26cdf10a212d14103ebb810 (diff) |
VKontakte:
Add sync history support
Add mark read on reply option
Add always notify as unread for all incoming message option
Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 8eaf42c489..a05f84ae78 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by D:\Myranda\protocols\VKontakte\res\resource.rc
+// Used by d:\svn\protocols\VKontakte\res\resource.rc
//
#define IDD_ACCMGRUI 101
#define IDD_CAPTCHAFORM 102
@@ -24,6 +24,10 @@ #define IDC_HIDECHATS 1014
#define IDC_CONTACT 1015
#define IDC_AUTOCLEAN 1020
+#define IDC_MESASUREAD 1025
+#define IDC_MARKREADONREPLY 1026
+#define IDC_SYNCHISTOTYONONLINE 1027
+
// Next default values for new objects
//
@@ -32,7 +36,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1021
+#define _APS_NEXT_CONTROL_VALUE 1030
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|