summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/weather_mwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/src/weather_mwin.cpp')
-rw-r--r--protocols/Weather/src/weather_mwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_mwin.cpp b/protocols/Weather/src/weather_mwin.cpp
index a240b01421..1c1a7b7896 100644
--- a/protocols/Weather/src/weather_mwin.cpp
+++ b/protocols/Weather/src/weather_mwin.cpp
@@ -241,7 +241,7 @@ static void addWindow(MCONTACT hContact)
CLISTFrame Frame = { 0 };
Frame.szName.w = winname;
- Frame.hIcon = LoadIconEx("main", FALSE);
+ Frame.hIcon = g_plugin.getIcon(IDI_ICON);
Frame.cbSize = sizeof(Frame);
Frame.hWnd = hWnd;
Frame.align = alBottom;