diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 15:33:13 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 15:33:13 +0000 |
commit | 66a60a05bfcbefa4faa141caa895e7315e7ffa45 (patch) | |
tree | b87625e1c53451d3a9e1b94f3219609e2ca30f0e /protocols/SkypeWeb/src/main.cpp | |
parent | e79b2d652e8a868b2605a24b1f3796b32e6ea0c9 (diff) |
SkypeWeb: AssocMgr support part 2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12979 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 6aedb66382..80c8363e1a 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -89,7 +89,7 @@ int CSkypeProto::OnModulesLoaded(WPARAM, LPARAM) {
if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE))
{
- CreateServiceFunction(SKYPE_PARSEURI, ParseSkypeURI);
+ CreateServiceFunction(SKYPE_PARSEURI, GlobalService<&CSkypeProto::ParseSkypeURIService>);
AssocMgr_AddNewUrlTypeT("skype:", TranslateT("Skype Link Protocol"), g_hInstance, IDI_SKYPE, SKYPE_PARSEURI, 0);
}
return 0;
|