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 /protocols/Discord/src/main.cpp | |
parent | ca9924be024e82cd5873207ad579773e82655c12 (diff) |
fixes #3820 (Пропал перевод в дереве значков)
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r-- | protocols/Discord/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 98f0b120de..0af99505b7 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -66,6 +66,6 @@ int CMPlugin::Load() {
HookEvent(ME_SYSTEM_MODULESLOADED, &OnModulesLoaded);
- g_plugin.registerIcon("Protocols/Discord", g_iconList);
+ g_plugin.registerIcon(LPGEN("Protocols") "/" LPGEN("Discord"), g_iconList);
return 0;
}
|