diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
commit | 869094d2aabef8ab10a1178907cb31ae84f504f9 (patch) | |
tree | 0af7b9054186534b61a7c5a12c6ffed32db10151 /plugins/HistoryStats | |
parent | 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (diff) |
IcoLib_AddIcon => CMPlugin::addIcon
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r-- | plugins/HistoryStats/src/mu_common.cpp | 2 |
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)
|