From 4db67c1a255bf379e63641eff1f3527ea6aa2759 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Sep 2018 17:49:22 +0300 Subject: fixes #1570 (Move ICQ and Discord to Protocols section) --- protocols/Discord/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src') diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 5d4841e977..a1e3218652 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -60,7 +60,7 @@ int CMPlugin::Load() { g_hwndHeartbeat = CreateWindowEx(0, L"STATIC", nullptr, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr, nullptr); - g_plugin.registerIcon("Discord", g_iconList); + g_plugin.registerIcon("Protocols/Discord", g_iconList); return 0; } -- cgit v1.2.3