summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-29 04:39:53 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-29 04:39:53 +0300
commit600b2da3d6e94cb4f0b78a82c66c6c324a8446ee (patch)
tree362aadfefc8259e379eb9a55ef7c4af5054462e6 /options.cpp
parentc8e55d6a751f587930ab2589f55584973b446bb0 (diff)
modified: main.h
modified: messages.cpp modified: options.cpp modified: utilities.cpp modified: utilities.h
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp2
1 files changed, 1 insertions, 1 deletions
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();