made drag info function name more consistent

This commit is contained in:
jerry 2014-05-01 13:56:07 +00:00
parent f773ff3d00
commit ff42afc36c
16 changed files with 16 additions and 25 deletions

View file

@ -833,7 +833,7 @@ CClient::sendFileThread(void* filename)
}
void
CClient::draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size)
CClient::sendDragInfo(UInt32 fileCount, CString& fileList, size_t size)
{
m_server->draggingInfoSending(fileCount, fileList.c_str(), size);
m_server->sendDragInfo(fileCount, fileList.c_str(), size);
}