diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-18 04:17:30 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-18 04:17:30 +0000 |
commit | 0220c65f60daedd91dc8db724e73094d3d88db99 (patch) | |
tree | e004c80eaa10a783cf4f675949f8132f25ebae0d /protocols/VKontakte/res | |
parent | 871542c371272de467765e829d8400dc56b19db0 (diff) |
VKontakte:
vk feeds support (notifications) – part 3
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 290e159da7..8051263fad 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -113,7 +113,7 @@ BEGIN GROUPBOX "News and event notifications",IDC_STATIC,4,8,293,83
CTEXT "WARNING: Causes excessive network traffic!!!",IDC_STATIC,12,19,278,8
CONTROL "Enable news feeds",IDC_NEWS_ENBL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,30,278,10
- CONTROL "Enable event notifications",IDC_NOTIF_ENBL,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,12,41,278,10
+ CONTROL "Enable event notifications",IDC_NOTIF_ENBL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,41,278,10
CONTROL "BBCode support on news and event notifications",IDC_BBC_NEWS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,52,278,10
LTEXT "Interval for updates (min):",IDC_STATIC,16,67,97,8
|