summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/weather_icons.cpp')
-rw-r--r--protocols/Weather/weather_icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_icons.cpp b/protocols/Weather/weather_icons.cpp
index ada253bb07..6669a64515 100644
--- a/protocols/Weather/weather_icons.cpp
+++ b/protocols/Weather/weather_icons.cpp
@@ -61,7 +61,7 @@ void InitIcons(void)
sid.pszDescription = iconList[i].szDescr;
sid.iDefaultIndex = -iconList[i].defIconID;
- iconList[i].hIconLibItem = ( HANDLE )CallService(MS_SKIN2_ADDICON, 0, (LPARAM)&sid);
+ iconList[i].hIconLibItem = ( HANDLE )Skin_AddIcon(&sid);
} }
HICON LoadIconEx(const char* name, BOOL big)