summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2016-05-12 11:29:37 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2016-05-12 11:29:37 +0000
commit577b6299e0c1d90846f201f5834e6264fdaa372e (patch)
treedb7223d8fedfef97c7bd77462d410782a0161018 /protocols
parentba62eab90e0ff7741dfb2c6ad0be83521ac518df (diff)
VKontakte: fix 'Use non-standard popups for news and event notifications' option
git-svn-id: http://svn.miranda-ng.org/main/trunk@16820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/VKontakte/src/vk_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_options.cpp b/protocols/VKontakte/src/vk_options.cpp
index feb6800aa5..f0ea304234 100644
--- a/protocols/VKontakte/src/vk_options.cpp
+++ b/protocols/VKontakte/src/vk_options.cpp
@@ -226,7 +226,7 @@ CVkOptionAdvancedForm::CVkOptionAdvancedForm(CVkProto *proto):
m_cbForceInvisibleStatus(this, IDC_FORCE_ONLINE_ON_ACT),
m_edtInvInterval(this, IDC_ED_INT_INVIS),
m_spInvInterval(this, IDC_SPIN_INT_INVIS),
- m_cbUseNonStandardNotifications(this, IDC_USENOSTDURLENCODE),
+ m_cbUseNonStandardNotifications(this, IDC_USENOSTDPOPUPS),
m_cbUseNonStandardUrlEncode(this, IDC_USENOSTDURLENCODE),
m_cbReportAbuse(this, IDC_REPORT_ABUSE),
m_cbClearServerHistory(this, IDC_CLEAR_SERVER_HISTORY),