diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-12 18:33:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-12 18:33:31 +0000 |
commit | a61c282b82ac68a5d694de4de0645de52bf5585a (patch) | |
tree | d3678c0373d406fbcb8442ac1f9f50624729d272 /protocols/VKontakte/src/main.cpp | |
parent | 53566f8632f56ecbaf2f3f80059a801cb1648358 (diff) |
VK: captcha form
git-svn-id: http://svn.miranda-ng.org/main/trunk@6460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/main.cpp')
-rw-r--r-- | protocols/VKontakte/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp index 32e3246751..5264952384 100644 --- a/protocols/VKontakte/src/main.cpp +++ b/protocols/VKontakte/src/main.cpp @@ -78,6 +78,8 @@ extern "C" int __declspec(dllexport) Load() {
mir_getLP(&pluginInfo);
+ InitIcons();
+
// Register protocol module
PROTOCOLDESCRIPTOR pd = { sizeof(pd) };
pd.szName = "VKontakte";
|