summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_opt.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-05-30 18:33:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-05-30 18:33:35 +0000
commit4540036e07fce39b653bbb2777df48f451368e67 (patch)
treeae95f059280255bc10cd7da2d57301847d87f4b9 /protocols/Weather/weather_opt.cpp
parentf3db9f96a7ac4c566dbcde6c6438243012e92616 (diff)
fixes for popups
git-svn-id: http://svn.miranda-ng.org/main/trunk@241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_opt.cpp')
-rw-r--r--protocols/Weather/weather_opt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Weather/weather_opt.cpp b/protocols/Weather/weather_opt.cpp
index 68512e09c8..2ec33bd371 100644
--- a/protocols/Weather/weather_opt.cpp
+++ b/protocols/Weather/weather_opt.cpp
@@ -300,8 +300,7 @@ int OptInit(WPARAM wParam,LPARAM lParam) {
CallService(MS_OPT_ADDPAGE,wParam,(LPARAM)&odp);
// if popup service exists, load the weather popup options
- if ((ServiceExists(MS_POPUP_ADDPOPUP)))
- {
+ if ((ServiceExists(MS_POPUP_ADDPOPUP))) {
odp.position = 100000000;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_POPUP);
odp.pszGroup = LPGEN("PopUps");