diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-05-12 11:29:37 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-05-12 11:29:37 +0000 |
commit | 577b6299e0c1d90846f201f5834e6264fdaa372e (patch) | |
tree | db7223d8fedfef97c7bd77462d410782a0161018 /protocols | |
parent | ba62eab90e0ff7741dfb2c6ad0be83521ac518df (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.cpp | 2 |
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),
|