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

@ -922,7 +922,7 @@ COSXScreen::leave()
CClientApp& app = CClientApp::instance();
CClient* client = app.getClientPtr();
UInt32 fileCount = 1;
client->draggingInfoSending(fileCount, fileList, size);
client->sendDragInfo(fileCount, fileList, size);
LOG((CLOG_DEBUG "send dragging file to server"));
client->sendFileToServer(fileList.c_str());
}