diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-11 21:06:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-11 21:06:58 +0000 |
commit | 07f097177f76d22f8d3490e9ea439913c73e29a0 (patch) | |
tree | a28d8b0a18d3e68a8dbbaa0531c13231c1b01ba0 /protocols/VKontakte/src/resource.h | |
parent | fb0c50db69b803edd6664b1bc2e83bc6a02c4835 (diff) |
VK:
- setting nicks for the new chats;
- added an option to hide chat windows on startup
git-svn-id: http://svn.miranda-ng.org/main/trunk@7604 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, 2 insertions, 3 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 6b3d64d274..3624c5ca01 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -21,12 +21,11 @@ #define IDC_DELIVERY 1011
#define IDC_GROUPNAME 1012
#define IDC_CLIST 1013
+#define IDC_HIDECHATS 1014
#define IDC_CONTACT 1015
-#define IDC_BUTTON1 1018
-#define IDC_BUTTON2 1019
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
|