summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r--protocols/SkypeWeb/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp
index e37ab796e7..cd3cd257da 100644
--- a/protocols/SkypeWeb/src/main.cpp
+++ b/protocols/SkypeWeb/src/main.cpp
@@ -68,8 +68,8 @@ int CMPlugin::Load()
CSkypeProto::InitMenus();
CSkypeProto::InitLanguages();
- CreateServiceFunction(MODULE "/GetEventIcon", &CSkypeProto::EventGetIcon);
- CreateServiceFunction(MODULE "/GetEventText", &CSkypeProto::GetEventText);
+ CreateServiceFunction(MODULE "/GetEventIcon", &CSkypeProto::SvcEventGetIcon);
+ CreateServiceFunction(MODULE "/GetEventText", &CSkypeProto::SvcGetEventText);
g_hCallEvent = CreateHookableEvent(MODULE "/IncomingCall");