diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-07 10:01:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-07 10:01:20 +0000 |
commit | ebd0e5dfd0f1e594dc2b7b5bd1429c57a91e41e6 (patch) | |
tree | 772adf0e45301f72dd4e8417d287aef7ce89bc70 /plugins/IEView/ieview_main.cpp | |
parent | 1a70ac2c11fa2fb8f00e87a80d54f46dee1c85de (diff) |
IEView
minor fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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;
}
|