summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:27:44 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:27:44 +0200
commit76e118cc424f0dbca7756e85d898208121b8e6bc (patch)
tree42bface0fe2b4d8a8e2ee7df0c7273a8c421f1ac /options.cpp
parent4bf65da46797ea959d2662785b29f0c6688ffe9a (diff)
modified: options.cpp
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.cpp b/options.cpp
index ac62a70..9fb596f 100644
--- a/options.cpp
+++ b/options.cpp
@@ -365,9 +365,9 @@ INT_PTR CALLBACK AdvancedDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar
BST_CHECKED == SendDlgItemMessage(hwnd, IDC_ADDTOSRVLST, BM_GETCHECK, 0, 0));
DBWriteContactSettingByte(NULL, pluginName, "AutoReqAuth", gbAutoReqAuth =
BST_CHECKED == SendDlgItemMessage(hwnd, IDC_REQAUTH, BM_GETCHECK, 0, 0));
- DBWriteContactSettingByte(NULL, pluginName, "RegexMatch", gbAutoReqAuth =
+ DBWriteContactSettingByte(NULL, pluginName, "RegexMatch", gbRegexMatch =
BST_CHECKED == SendDlgItemMessage(hwnd, IDC_REGEX, BM_GETCHECK, 0, 0));
- DBWriteContactSettingByte(NULL, pluginName, "HistoryLog", gbAutoReqAuth =
+ DBWriteContactSettingByte(NULL, pluginName, "HistoryLog", gbHistoryLog =
BST_CHECKED == SendDlgItemMessage(hwnd, IDC_HISTORY_LOG, BM_GETCHECK, 0, 0));
{
static tstring NewAGroupName, CurrentAGroupName;