summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_popup.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-08-19 10:54:51 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-08-19 10:54:51 +0000
commitb4485ac19d490a1cd36d1aa9dd3eeed8076d0e89 (patch)
tree4e82af959102ebee55f2232c3f9f4c1f079516f3 /protocols/Weather/weather_popup.cpp
parentb267153a704955a17214ea1c630d603b790aa5d2 (diff)
fixes for unicode fonts (fixed #18)
Weather sounds are moved to its own group git-svn-id: http://svn.miranda-ng.org/main/trunk@1498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_popup.cpp')
-rw-r--r--protocols/Weather/weather_popup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_popup.cpp b/protocols/Weather/weather_popup.cpp
index de9be80b6e..6b6b1d4ebd 100644
--- a/protocols/Weather/weather_popup.cpp
+++ b/protocols/Weather/weather_popup.cpp
@@ -47,7 +47,7 @@ int WeatherPopup(WPARAM wParam, LPARAM lParam)
ppd.PluginData = ppd.lchIcon = LoadSkinnedProtoIcon(WEATHERPROTONAME, winfo.status);
GetDisplay(&winfo, opt.pTitle, ppd.lptzContactName);
GetDisplay(&winfo, opt.pText, ppd.lptzText);
- ppd.PluginWindowProc = (WNDPROC)PopupDlgProc;
+ ppd.PluginWindowProc = PopupDlgProc;
// }
// else { // for preview
// ppd.lchIcon = LoadSkinnedProtoIcon(WEATHERPROTONAME, ONLINE);