diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-30 11:03:01 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-30 11:03:01 +0000 |
commit | 1e96c8f6505891260c9fc48d719ec90060a2560c (patch) | |
tree | 01fac1cfac8b7d01999adeced09533fababd7404 /protocols/VKontakte/src/resource.h | |
parent | 3d805c9681df6ed8fd6fb1e6eef7572d554bed66 (diff) |
VKontakte:
add separate options for BBCode on attachments
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index a86f9fc703..3beec16457 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -89,6 +89,10 @@ #define IDC_N_LIKES 1081
#define IDC_N_REPOSTS 1082
#define IDC_N_MENTIONS 1083
+#define IDC_ATTBBC_OFF 1084
+#define IDC_ATTBBC_BASIC 1085
+#define IDC_ATTBBC_ADV 1086
+#define IDC_BBC_ATT_NEWS 1087
// Next default values for new objects
//
@@ -97,7 +101,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1071
+#define _APS_NEXT_CONTROL_VALUE 1088
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|