summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/main.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-03-20 20:17:29 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-03-20 20:17:29 +0000
commit3f403397d35d601078423e84d61ab0c1cce6203e (patch)
tree5060c0a07e7139148d9d0f1700288dd5e6b004f9 /protocols/SkypeWeb/src/main.cpp
parent1e8dbc1ff44b65c0fbe4e83fa5a22641c9ab9f47 (diff)
SkypeWeb: added auth requests management
git-svn-id: http://svn.miranda-ng.org/main/trunk@12456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r--protocols/SkypeWeb/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp
index 6d64d7b58a..81d182d834 100644
--- a/protocols/SkypeWeb/src/main.cpp
+++ b/protocols/SkypeWeb/src/main.cpp
@@ -47,6 +47,7 @@ extern "C" int __declspec(dllexport) Load(void)
CSkypeProto::InitIcons();
CSkypeProto::InitMenus();
+ CSkypeProto::InitLanguages();
HookEvent(ME_SYSTEM_MODULESLOADED, &CSkypeProto::OnModulesLoaded);