diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-26 07:04:37 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-26 07:04:37 +0000 |
commit | e3b515c53f4e3d77dd09c43009f3b0725f0949eb (patch) | |
tree | b2629d77c1da572d796a3d97fae101f7dea7300f /protocols/Skype/src/skype_proto.cpp | |
parent | bd1c30c57ac057a09565a1cbd0af39812207a832 (diff) |
Some improvements and cleanup in skype
git-svn-id: http://svn.miranda-ng.org/main/trunk@5137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.cpp')
-rw-r--r-- | protocols/Skype/src/skype_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index b98ffc640d..394adc997d 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -536,7 +536,7 @@ int __cdecl CSkypeProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM switch (eventType)
{
case EV_PROTO_ONLOAD:
- return this->OnModulesLoaded(wParam, lParam);
+ return this->OnProtoModulesLoaded(wParam, lParam);
case EV_PROTO_ONEXIT:
return this->OnPreShutdown(wParam, lParam);
|