fixed: accidentally nerfed drag and drop.

This commit is contained in:
Nick Bolton 2014-02-07 11:30:48 +00:00
parent f149101d25
commit deff54f051
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CClient::CClient(IEventQueue* events,
m_crypto(crypto),
m_sendFileThread(NULL),
m_writeToDropDirThread(NULL),
m_enableDragDrop(false)
m_enableDragDrop(enableDragDrop)
{
assert(m_socketFactory != NULL);
assert(m_screen != NULL);