From 9f5868d8ba6d2b55c03fd5b201e87c125e04e3dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Nov 2023 14:30:49 +0300 Subject: =?UTF-8?q?fixes=20#3820=20(=D0=9F=D1=80=D0=BE=D0=BF=D0=B0=D0=BB?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B2=D0=B5=20=D0=B7=D0=BD=D0=B0=D1=87=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Discord/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src/main.cpp') 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; } -- cgit v1.2.3