diff options
author | Mataes <mataes2007@gmail.com> | 2018-03-31 19:11:08 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-03-31 19:11:08 +0300 |
commit | a78e345c8eb7d73233e61900edaeacb34aa17bad (patch) | |
tree | 34125fd3bca70288c6c6fe7a9afd54e953397275 /protocols/SkypeWeb | |
parent | be11eb1671df3564bbe0e3c46f33d1867fbafc80 (diff) |
AssocMgr: removed not used files and functions
Diffstat (limited to 'protocols/SkypeWeb')
-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 b7d5c38b26..a748c396e4 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -88,7 +88,7 @@ int CSkypeProto::OnModulesLoaded(WPARAM, LPARAM) if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE))
{
CreateServiceFunction(MODULE "/ParseUri", CSkypeProto::GlobalParseSkypeUriService);
- AssocMgr_AddNewUrlTypeT("skype:", TranslateT("Skype Link Protocol"), g_hInstance, IDI_SKYPE, MODULE "/ParseUri", 0);
+ AssocMgr_AddNewUrlTypeW("skype:", TranslateT("Skype Link Protocol"), g_hInstance, IDI_SKYPE, MODULE "/ParseUri", 0);
}
return 0;
}
|