summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 16:28:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 16:28:18 +0300
commit869094d2aabef8ab10a1178907cb31ae84f504f9 (patch)
tree0af7b9054186534b61a7c5a12c6ffed32db10151 /plugins/HistoryStats
parent6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (diff)
IcoLib_AddIcon => CMPlugin::addIcon
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r--plugins/HistoryStats/src/mu_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/mu_common.cpp b/plugins/HistoryStats/src/mu_common.cpp
index de199bd0df..4df8bede52 100644
--- a/plugins/HistoryStats/src/mu_common.cpp
+++ b/plugins/HistoryStats/src/mu_common.cpp
@@ -63,7 +63,7 @@ namespace mu
sid.defaultFile.a = const_cast<char*>(szDefaultFile);
sid.iDefaultIndex = iDefaultIndex;
sid.flags = SIDF_UNICODE;
- IcoLib_AddIcon(&sid);
+ g_plugin.addIcon(&sid);
}
HICON getIcon(const char* szIconName)