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/Omegle/src/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle/src/theme.cpp') 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"); } -- cgit v1.2.3