From 728516f4fed1b694f46c326bda5a596e7ec7727a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Sep 2018 18:59:35 +0300 Subject: fixes #1563 (IEView: icon section name) --- plugins/IEView/src/ieview_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp index 885c89815a..7da866604a 100644 --- a/plugins/IEView/src/ieview_main.cpp +++ b/plugins/IEView/src/ieview_main.cpp @@ -75,7 +75,7 @@ int CMPlugin::Load() CreateServiceFunction(MS_IEVIEW_NAVIGATE, HandleIENavigate); CreateServiceFunction("IEView/ReloadOptions", ReloadOptions); hHookOptionsChanged = CreateHookableEvent(ME_IEVIEW_OPTIONSCHANGED); - g_plugin.registerIcon(ieviewModuleName, iconList, ieviewModuleName); + g_plugin.registerIcon("IEView", iconList, ieviewModuleName); return 0; } -- cgit v1.2.3