summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
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;