diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
commit | 813694abc5792d7cc6f4a39d42d3619af3f5e996 (patch) | |
tree | 83050371b79b9543d91a34bc4b8533f32376e438 /protocols/VKontakte/res | |
parent | 25f61751aafa9f30a26cdf10a212d14103ebb810 (diff) |
VKontakte:
Add sync history support
Add mark read on reply option
Add always notify as unread for all incoming message option
Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 4b70ce0494..3f305ca6cc 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -54,6 +54,11 @@ BEGIN CONTROL "Hide chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,134,278,10
CONTROL "Automatically wipe local contacts missing in your Friends list",IDC_AUTOCLEAN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,148,278,10
+ CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,162,278,10
+ CONTROL "Mark read on reply",IDC_MARKREADONREPLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,176,278,10
+ CONTROL "Automatically sync last messages ",IDC_SYNCHISTOTYONONLINE,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,190,278,10
END
IDD_CAPTCHAFORM DIALOGEX 0, 0, 258, 224
|