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/JabberG/src/jabber.cpp | |
parent | be11eb1671df3564bbe0e3c46f33d1867fbafc80 (diff) |
AssocMgr: removed not used files and functions
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index b5860eb292..d82b7a50fd 100755 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -112,7 +112,7 @@ static int OnModulesLoaded(WPARAM, LPARAM) // file associations manager plugin support
if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE)) {
CreateServiceFunction("JABBER/*" JS_PARSE_XMPP_URI, g_SvcParseXmppUri);
- AssocMgr_AddNewUrlTypeT("xmpp:", TranslateT("Jabber Link Protocol"), hInst, IDI_JABBER, "JABBER/*" JS_PARSE_XMPP_URI, 0);
+ AssocMgr_AddNewUrlTypeW("xmpp:", TranslateT("Jabber Link Protocol"), hInst, IDI_JABBER, "JABBER/*" JS_PARSE_XMPP_URI, 0);
}
// init fontservice for info frame
|