diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 14:30:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 14:31:00 +0300 |
commit | 9f5868d8ba6d2b55c03fd5b201e87c125e04e3dc (patch) | |
tree | e6b1fda05fc3e9329d669f5b3262ae05e870372a /plugins/DbChecker/src | |
parent | ca9924be024e82cd5873207ad579773e82655c12 (diff) |
fixes #3820 (Пропал перевод в дереве значков)
Diffstat (limited to 'plugins/DbChecker/src')
-rw-r--r-- | plugins/DbChecker/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/main.cpp b/plugins/DbChecker/src/main.cpp index 4b9d56ea93..563bd7fafc 100644 --- a/plugins/DbChecker/src/main.cpp +++ b/plugins/DbChecker/src/main.cpp @@ -110,7 +110,7 @@ static IconItem iconList[] = { int CMPlugin::Load(void) { - g_plugin.registerIcon("DbChecker", iconList); + g_plugin.registerIcon(LPGEN("DbChecker"), iconList); HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); |