diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-19 10:54:51 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-08-19 10:54:51 +0000 |
commit | b4485ac19d490a1cd36d1aa9dd3eeed8076d0e89 (patch) | |
tree | 4e82af959102ebee55f2232c3f9f4c1f079516f3 /protocols/Weather/weather_popup.cpp | |
parent | b267153a704955a17214ea1c630d603b790aa5d2 (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.cpp | 2 |
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);
|