summaryrefslogtreecommitdiff
path: root/plugins/Jingle/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Jingle/src')
-rw-r--r--plugins/Jingle/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Jingle/src/main.cpp b/plugins/Jingle/src/main.cpp
index c52013a244..c95b259422 100644
--- a/plugins/Jingle/src/main.cpp
+++ b/plugins/Jingle/src/main.cpp
@@ -38,6 +38,6 @@ static INT_PTR FakeService(WPARAM, LPARAM)
int CMPlugin::Load()
{
- CreateServiceFunction("Jingle/StartSession", &FakeService);
+ CreateServiceFunction(MS_JINGLE_SERVICE, &FakeService);
return 0;
}