From 00145f285b89e19f3bf03b73f9fe10974240b48f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 May 2013 10:59:50 +0000 Subject: - fake ack params thread reenabled; - Sended replaced with Sent; git-svn-id: http://svn.miranda-ng.org/main/trunk@4605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_chat.cpp') diff --git a/protocols/Skype/src/skype_chat.cpp b/protocols/Skype/src/skype_chat.cpp index 02a416dcaf..5e210571b8 100644 --- a/protocols/Skype/src/skype_chat.cpp +++ b/protocols/Skype/src/skype_chat.cpp @@ -717,7 +717,7 @@ void CSkypeProto::OnChatMessageReceived(CConversation::Ref &conversation, CMessa this->RaiseChatEvent(cid, sid, GC_EVENT_MESSAGE, GCEF_ADDTOLOG, 0, NULL, mir_ptr(::mir_utf8decodeW(text))); } -void CSkypeProto::OnChatMessageSended(CConversation::Ref &conversation, CMessage::Ref &message) +void CSkypeProto::OnChatMessageSent(CConversation::Ref &conversation, CMessage::Ref &message) { SEString data; -- cgit v1.2.3