From 869094d2aabef8ab10a1178907cb31ae84f504f9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 16:28:18 +0300 Subject: IcoLib_AddIcon => CMPlugin::addIcon --- plugins/HistoryStats/src/mu_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src') 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(szDefaultFile); sid.iDefaultIndex = iDefaultIndex; sid.flags = SIDF_UNICODE; - IcoLib_AddIcon(&sid); + g_plugin.addIcon(&sid); } HICON getIcon(const char* szIconName) -- cgit v1.2.3