diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 13:27:44 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 13:27:44 +0200 |
commit | 76e118cc424f0dbca7756e85d898208121b8e6bc (patch) | |
tree | 42bface0fe2b4d8a8e2ee7df0c7273a8c421f1ac | |
parent | 4bf65da46797ea959d2662785b29f0c6688ffe9a (diff) |
modified: options.cpp
-rw-r--r-- | options.cpp | 4 |
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; |