From 600b2da3d6e94cb4f0b78a82c66c6c324a8446ee Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 29 Oct 2010 04:39:53 +0300 Subject: modified: main.h modified: messages.cpp modified: options.cpp modified: utilities.cpp modified: utilities.h --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index a560168..22edd1c 100644 --- a/options.cpp +++ b/options.cpp @@ -390,7 +390,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA case PSN_APPLY: { - extern bool bDebugLog, bJabberAPI, bFileTransfers, bAutoExchange; + extern bool bDebugLog, bJabberAPI, bFileTransfers; bDebugLog = CheckStateStoreDB(hwndDlg, IDC_DEBUG_LOG, "bDebugLog"); if(bDebugLog) debuglog.init(); -- cgit v1.2.3