diff options
Diffstat (limited to 'plugins/IEView/ieview_main.cpp')
-rw-r--r-- | plugins/IEView/ieview_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|