summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistorySweeperLight/options.c')
-rw-r--r--plugins/HistorySweeperLight/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/options.c b/plugins/HistorySweeperLight/options.c
index 53a2ab5bd9..f98f5dc67c 100644
--- a/plugins/HistorySweeperLight/options.c
+++ b/plugins/HistorySweeperLight/options.c
@@ -79,7 +79,7 @@ void InitIcons(void)
sid.pszDescription = (char*)iconList[i].szDescr;
sid.iDefaultIndex = -iconList[i].defIconID;
- hIconLibItem[i] = (HANDLE)CallService(MS_SKIN2_ADDICON, 0, (LPARAM)&sid);
+ hIconLibItem[i] = Skin_AddIcon(&sid);
}
}