git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@83 595ec19a-5cb4-439b-94a8-42fb3063c22c
@@ -490,6 +490,10 @@ CGetSetOptions::CGetSetOptions()
m_bLogSendReceiveErrors = GetLogSendReceiveErrors();
m_bUseHookDllForFocus = GetProfileLong("UseHookDllForFocus", TRUE);
+ #ifdef _DEBUG
+ m_bUseHookDllForFocus = FALSE;
+ #endif
+
for(int i = 0; i < MAX_SEND_CLIENTS; i++)
{
GetSendClients(i);