diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-23 18:56:46 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-23 18:56:46 +0000 |
commit | 220a737d71fa88f3acc19bdd9da6fff828aa0fdb (patch) | |
tree | 286f0fc3854e019d56757b09000d36a1e15d2198 /protocols/SkypeWeb/src/main.cpp | |
parent | 586f0ebc1782548d7e620e1fb837540cfde1a6fb (diff) |
SkypeWeb: Receiving edited messages refactoring
git-svn-id: http://svn.miranda-ng.org/main/trunk@14657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index c944b64fb5..2dcb3b0046 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -70,7 +70,7 @@ extern "C" int __declspec(dllexport) Load(void) CSkypeProto::InitMenus();
CSkypeProto::InitLanguages();
CreateServiceFunction(MODULE"/GetEventIcon", &CSkypeProto::EventGetIcon);
- CreateServiceFunction(MODULE"/GetCallText", &CSkypeProto::GetCallEventText);
+ CreateServiceFunction(MODULE"/GetEventText", &CSkypeProto::GetEventText);
HookEvent(ME_SYSTEM_MODULESLOADED, &CSkypeProto::OnModulesLoaded);
return 0;
|