From 813694abc5792d7cc6f4a39d42d3619af3f5e996 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 3 Sep 2014 04:17:28 +0000 Subject: 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 --- protocols/VKontakte/res/resource.rc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocols/VKontakte/res/resource.rc') 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 -- cgit v1.2.3