diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-03 17:49:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-03 17:49:22 +0300 |
commit | 4db67c1a255bf379e63641eff1f3527ea6aa2759 (patch) | |
tree | cc36a5ce8b0242a398778c2a4d6d6b92922400fc /protocols/Discord/src/main.cpp | |
parent | f7a38b1a0eebb393f1ea71fc3ad80f1c600de4d0 (diff) |
fixes #1570 (Move ICQ and Discord to Protocols section)
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 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; } |