From ebd0e5dfd0f1e594dc2b7b5bd1429c57a91e41e6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 7 Jun 2012 10:01:20 +0000 Subject: IEView minor fix git-svn-id: http://svn.miranda-ng.org/main/trunk@353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/ieview_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView/ieview_main.cpp') diff --git a/plugins/IEView/ieview_main.cpp b/plugins/IEView/ieview_main.cpp index 9e189373f7..cc0facd49b 100644 --- a/plugins/IEView/ieview_main.cpp +++ b/plugins/IEView/ieview_main.cpp @@ -95,7 +95,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) Utils::createServiceFunction_Ex(MS_IEVIEW_WINDOW, HandleIEWindow); Utils::createServiceFunction_Ex(MS_IEVIEW_EVENT, HandleIEEvent); - Utils::createServiceFunction_Ex(MS_IEVIEW_EVENT, HandleIENavigate); + Utils::createServiceFunction_Ex(MS_IEVIEW_NAVIGATE, HandleIENavigate); hHookOptionsChanged = CreateHookableEvent(ME_IEVIEW_OPTIONSCHANGED); return 0; } -- cgit v1.2.3