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/MSN/src/msn_links.cpp | |
parent | be11eb1671df3564bbe0e3c46f33d1867fbafc80 (diff) |
AssocMgr: removed not used files and functions
Diffstat (limited to 'protocols/MSN/src/msn_links.cpp')
-rw-r--r-- | protocols/MSN/src/msn_links.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp index dbfe54c4dc..884c9275ce 100644 --- a/protocols/MSN/src/msn_links.cpp +++ b/protocols/MSN/src/msn_links.cpp @@ -135,7 +135,7 @@ void MsnLinks_Init(void) static const char szService[] = "MSN/ParseMsnimLink";
CreateServiceFunction(szService, ServiceParseMsnimLink);
- AssocMgr_AddNewUrlTypeT("msnim:", TranslateT("MSN Link Protocol"), g_hInst, IDI_MSN, szService, 0);
+ AssocMgr_AddNewUrlTypeW("msnim:", TranslateT("MSN Link Protocol"), g_hInst, IDI_MSN, szService, 0);
}
void MsnLinks_Destroy(void)
|