diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-03 18:55:51 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-03 18:55:51 +0000 |
commit | 466affa123edae9767fa6b17334c050302865efd (patch) | |
tree | cfd14e1d21349524178d710d6c6e821969ff0b6d /protocols/SkypeWeb/src/skype_accounts.cpp | |
parent | 9c6381373b4654b8a17f6679dacda941538a50fb (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_accounts.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_accounts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_accounts.cpp b/protocols/SkypeWeb/src/skype_accounts.cpp index 7396bbc867..16eefcad3a 100644 --- a/protocols/SkypeWeb/src/skype_accounts.cpp +++ b/protocols/SkypeWeb/src/skype_accounts.cpp @@ -52,7 +52,7 @@ int CSkypeProto::OnAccountLoaded(WPARAM, LPARAM) HookProtoEvent(ME_MSG_PRECREATEEVENT, &CSkypeProto::OnPreCreateMessage);
HookProtoEvent(ME_DB_EVENT_MARKED_READ, &CSkypeProto::OnDbEventRead);
-
+ InitPopups();
InitGroupChatModule();
return 0;
|