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/res | |
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/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 2c7897eb4d..c5f96aad2d 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -51,6 +51,7 @@ BEGIN EDITTEXT IDC_GROUPNAME,167,86,121,12,ES_AUTOHSCROLL
GROUPBOX "Advanced",IDC_STATIC,4,108,293,108
CONTROL "Server-side delivery confirmation",IDC_DELIVERY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,121,278,10
+ CONTROL "Hide chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,134,278,10
END
IDD_CAPTCHAFORM DIALOGEX 0, 0, 258, 224
|