diff options
Diffstat (limited to 'protocols/GTalkExt/GTalkExt.cpp')
-rw-r--r-- | protocols/GTalkExt/GTalkExt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GTalkExt/GTalkExt.cpp b/protocols/GTalkExt/GTalkExt.cpp index 811ea59daf..41dc6ee91d 100644 --- a/protocols/GTalkExt/GTalkExt.cpp +++ b/protocols/GTalkExt/GTalkExt.cpp @@ -82,7 +82,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) g_hPopupIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_POPUP));
pluginLink = link;
- mir_getLP(&pluginInfoEx);
+ mir_getLP(&pluginInfo);
if (
!mir_getXI(&xi) ||
!(hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded)) ||
|