diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-02 15:44:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-02 15:44:58 +0000 |
commit | c6fd0f7510e78964b2c974dc6d608446ac98fd06 (patch) | |
tree | eae6988205df9da1280b106a3a9bc4ef983c7dc6 /plugins/Non-IM Contact/src | |
parent | bba1ccccb6072b6e12ede32d4e8e6a28ede32c5c (diff) |
missing code
git-svn-id: http://svn.miranda-ng.org/main/trunk@4288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/src')
-rw-r--r-- | plugins/Non-IM Contact/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index 9a96749ed5..2de679d57b 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -116,6 +116,8 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam) extern "C" __declspec(dllexport) int Load()
{
+ mir_getLP(&pluginInfoEx);
+
HookEvent(ME_CLIST_DOUBLECLICKED, (MIRANDAHOOK)doubleClick);
HookEvent(ME_OPT_INITIALISE,NimcOptInit);
HookEvent(ME_CLIST_STATUSMODECHANGE, SetLCStatus);
|