summaryrefslogtreecommitdiff
path: root/plugins/IEView/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-06 14:30:49 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-06 14:31:00 +0300
commit9f5868d8ba6d2b55c03fd5b201e87c125e04e3dc (patch)
treee6b1fda05fc3e9329d669f5b3262ae05e870372a /plugins/IEView/src
parentca9924be024e82cd5873207ad579773e82655c12 (diff)
fixes #3820 (Пропал перевод в дереве значков)
Diffstat (limited to 'plugins/IEView/src')
-rw-r--r--plugins/IEView/src/ieview_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp
index a1baed139c..5932978502 100644
--- a/plugins/IEView/src/ieview_main.cpp
+++ b/plugins/IEView/src/ieview_main.cpp
@@ -104,7 +104,7 @@ int CMPlugin::Load()
CreateServiceFunction(MS_IEVIEW_NAVIGATE, HandleIENavigate);
CreateServiceFunction("IEView/ReloadOptions", ReloadOptions);
hHookOptionsChanged = CreateHookableEvent(ME_IEVIEW_OPTIONSCHANGED);
- g_plugin.registerIcon("IEView", iconList, MODULENAME);
+ g_plugin.registerIcon(LPGEN("IEView"), iconList, MODULENAME);
return 0;
}