summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_messages.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-12 22:17:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-12 22:17:02 +0300
commit6cbc80198df3a18724e667743f8068eb60e23b88 (patch)
tree672535bf873cf3cf59af352edb6ef5e2c9f2c8e5 /protocols/Tox/src/tox_messages.cpp
parent0b9866156def4ef721c408b650751f2ae48b7b4e (diff)
wiping custom icolib functions: all another plugins
Diffstat (limited to 'protocols/Tox/src/tox_messages.cpp')
-rw-r--r--protocols/Tox/src/tox_messages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_messages.cpp b/protocols/Tox/src/tox_messages.cpp
index ef75bfaf38..cd327a7146 100644
--- a/protocols/Tox/src/tox_messages.cpp
+++ b/protocols/Tox/src/tox_messages.cpp
@@ -18,7 +18,7 @@ INT_PTR CToxProto::EventGetIcon(WPARAM wParam, LPARAM lParam)
switch (dbei->eventType) {
case DB_EVENT_ACTION:
- icon = GetIcon(IDI_ME);
+ icon = g_plugin.getIcon(IDI_ME);
break;
default: