diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-18 21:56:03 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-18 21:56:03 +0300 |
| commit | cb4d31922f0690f5a3c79526245c963bfd118864 (patch) | |
| tree | a6826371092617844c19772e73bf4e5756400140 /protocols/Discord/src | |
| parent | 37a022d37e79dbe9892f376ef7c3b6b8878c4aff (diff) | |
Icon_Register(g_plugin.getInst() => g_plugin.registerIcon
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
Diffstat (limited to 'protocols/Discord/src')
| -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 b8678f8179..1076f3f503 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -64,7 +64,7 @@ extern "C" int __declspec(dllexport) Load(void) g_hwndHeartbeat = CreateWindowEx(0, L"STATIC", nullptr, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr, nullptr); - Icon_Register(g_plugin.getInst(), "Discord", g_iconList, _countof(g_iconList)); + g_plugin.registerIcon("Discord", g_iconList); return 0; } |
