summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_menu.cpp')
-rw-r--r--protocols/IcqOscarJ/src/icq_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_menu.cpp b/protocols/IcqOscarJ/src/icq_menu.cpp
index 916bbfb503..11aa521a24 100644
--- a/protocols/IcqOscarJ/src/icq_menu.cpp
+++ b/protocols/IcqOscarJ/src/icq_menu.cpp
@@ -178,7 +178,7 @@ INT_PTR CIcqProto::OpenWebProfile(WPARAM hContact, LPARAM lParam)
DWORD dwUin = getContactUin(hContact);
char url[256];
mir_snprintf(url, SIZEOF(url), "http://www.icq.com/people/%d",dwUin);
- return CallService(MS_UTILS_OPENURL, 1, (LPARAM)url);
+ return CallService(MS_UTILS_OPENURL, OUF_NEWWINDOW, (LPARAM)url);
}