diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-10-28 05:22:20 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-10-28 05:22:20 +0000 |
commit | 8934ae2caa8cdc2cc70baf0047a8812b0538963f (patch) | |
tree | aaa1f29c55fdc0a1b74b0108e6e2007eae8f04ae /protocols/VKontakte/src/resource.h | |
parent | 340386821c6b9e3c2e7b2cde0ec9e082efebcaec (diff) |
VKontakte:
add ‘Message for return to chat’ option
add ‘Use non-standard popups for news and event notifications’ option
git-svn-id: http://svn.miranda-ng.org/main/trunk@15628 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, 4 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index b02e3d1e88..d08a099670 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -60,6 +60,7 @@ #define IDC_SEND_MUSIC_BROADCAST 1047
#define IDC_SEND_MUSIC_BROADCAST_AND_STATUS 1048
#define IDC_STATIC_SYNC_HISTORY 1049
+#define IDC_STATIC_CHATS 1049
#define IDC_SYNC_OFF 1050
#define IDC_SYNC_AUTO 1051
#define IDC_SYNC_LAST1DAY 1052
@@ -107,6 +108,8 @@ #define IDC_ST_WARNING 1095
#define IDC_NOTIF_MARK_VIEWED 1096
#define IDC_N_INVITES 1097
+#define IDC_USENOSTDPOPUPS 1098
+#define IDC_RET_CHAT_MES 1099
// Next default values for new objects
//
@@ -115,7 +118,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 122
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1098
+#define _APS_NEXT_CONTROL_VALUE 1100
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|