summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-27 11:50:44 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-27 11:50:44 +0000
commit699c680eb0adee413e74417dece429553c633733 (patch)
tree87aa4f1f160c40b61a4956caa8c2b389834c2976 /protocols/Skype/src/skype.cpp
parentf3d22ea361554a090112ccaeb4290d14964a283d (diff)
- fixed avatar and profile info updating
- code reorganizing git-svn-id: http://svn.miranda-ng.org/main/trunk@4552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.cpp')
-rw-r--r--protocols/Skype/src/skype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.cpp b/protocols/Skype/src/skype.cpp
index 1da39c88ab..ce8e999aa1 100644
--- a/protocols/Skype/src/skype.cpp
+++ b/protocols/Skype/src/skype.cpp
@@ -13,6 +13,8 @@ HINSTANCE g_hInstance;
TIME_API tmi = {0};
+std::map<std::wstring, std::wstring> CSkypeProto::languages = CSkypeProto::FillLanguages();
+
PLUGININFOEX pluginInfo =
{
sizeof(PLUGININFOEX),