diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-14 05:59:56 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-14 05:59:56 +0000 |
commit | 708f9efe9c79a3b2fbdd953e02b6448ce5ad9b97 (patch) | |
tree | 3dc1ffcc6ea8abc73d480de36b63b69cdcc94c58 /protocols/VKontakte/src/resource.h | |
parent | e9a8795aed41e22c74d7bbcd0f9705ecdb885461 (diff) |
VKontakte:
add ‘Advanced’ option page
move some options to ‘Advanced’ page
rework sticker support part 1 (patch by alitor, edited)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 27e79c4b4c..83b0ee499d 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -7,6 +7,7 @@ #define IDD_OPT_MAIN 103
#define IDD_INVITE 104
#define IDD_GC_CREATE 105
+#define IDD_OPT_ADV 106
#define IDI_NOTIFICATION 109
#define IDI_FRIENDADD 110
#define IDI_BAN 111
@@ -43,6 +44,7 @@ #define IDC_REMOVE_FROM_CLIST 1033
#define IDC_ADD_IMG_BBC 1034
#define IDC_FORCE_ONLINE_ON_ACT 1035
+#define IDC_STICKERS_AS_SMYLES 1036
#define IDC_ONREAD 1039
#define IDC_ONRECEIVE 1040
#define IDC_ONREPLY 1041
|