diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-28 07:36:21 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-28 07:36:21 +0000 |
commit | 73fc8cf0c7d2571441d32068630e3f534499b1b8 (patch) | |
tree | 8fe4701ac475c27c9e1c33925cdef91a3030acdd /protocols/SkypeWeb/src/main.cpp | |
parent | d837d2e99fbe9444c44e9893b31a4465b2235cb3 (diff) |
SkypeWeb: More fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14743 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, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index 2dcb3b0046..65da7e20fe 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -69,8 +69,10 @@ extern "C" int __declspec(dllexport) Load(void) CSkypeProto::InitIcons();
CSkypeProto::InitMenus();
CSkypeProto::InitLanguages();
+
CreateServiceFunction(MODULE"/GetEventIcon", &CSkypeProto::EventGetIcon);
CreateServiceFunction(MODULE"/GetEventText", &CSkypeProto::GetEventText);
+
HookEvent(ME_SYSTEM_MODULESLOADED, &CSkypeProto::OnModulesLoaded);
return 0;
|