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

@@ -361,7 +361,7 @@ CClientProxy1_0::mouseWheel(SInt32, SInt32 yDelta)
}
void
CClientProxy1_0::draggingInfoSending(UInt32 fileCount, const char* data, size_t dataSize)
CClientProxy1_0::sendDragInfo(UInt32 fileCount, const char* data, size_t dataSize)
{
// ignore -- not supported in protocol 1.0
LOG((CLOG_DEBUG "draggingInfoSending not supported"));