summaryrefslogtreecommitdiff
path: root/plugins/SecureIM
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-22 05:27:38 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-22 05:27:38 +0000
commit85cad5018ca7286152909d956eccac033625ba17 (patch)
treee35a9918e2aabfd357cce5d12eb5e2f11aa79517 /plugins/SecureIM
parentaaa6c50016843a86c250d4c7725f626b340c7aad (diff)
added first init
git-svn-id: http://svn.miranda-ng.org/main/trunk@3679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r--plugins/SecureIM/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp
index 33820e04d4..f8bf8c57fa 100644
--- a/plugins/SecureIM/src/main.cpp
+++ b/plugins/SecureIM/src/main.cpp
@@ -165,6 +165,7 @@ int onModulesLoaded(WPARAM wParam, LPARAM lParam)
InitIcons();
GetFlags();
+ ModuleLoad(0, 0);
#if defined(_DEBUG) || defined(NETLIB_LOG)
Sent_NetLog("rsa_init");