summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/theme.cpp
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 /protocols/Omegle/src/theme.cpp
parentca9924be024e82cd5873207ad579773e82655c12 (diff)
fixes #3820 (Пропал перевод в дереве значков)
Diffstat (limited to 'protocols/Omegle/src/theme.cpp')
-rw-r--r--protocols/Omegle/src/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp
index f9899adbe9..4c047d5d12 100644
--- a/protocols/Omegle/src/theme.cpp
+++ b/protocols/Omegle/src/theme.cpp
@@ -31,5 +31,5 @@ static IconItem iconList[] =
void InitIcons(void)
{
- g_plugin.registerIcon("Protocols/Omegle", iconList, "Omegle");
+ g_plugin.registerIcon(LPGEN("Protocols") "/" LPGEN("Omegle"), iconList, "Omegle");
}