diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:59:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:59:50 +0000 |
commit | 00145f285b89e19f3bf03b73f9fe10974240b48f (patch) | |
tree | 1405a6ceb876c0bd597b9dcf3505b23d61a07bc5 /protocols/Skype/src/skype_chat.cpp | |
parent | fa8d719d6352843c62d96f9f4fe8e5d8124720f4 (diff) |
- 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
Diffstat (limited to 'protocols/Skype/src/skype_chat.cpp')
-rw-r--r-- | protocols/Skype/src/skype_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<wchar_t>(::mir_utf8decodeW(text)));
}
-void CSkypeProto::OnChatMessageSended(CConversation::Ref &conversation, CMessage::Ref &message)
+void CSkypeProto::OnChatMessageSent(CConversation::Ref &conversation, CMessage::Ref &message)
{
SEString data;
|