diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-06 12:55:02 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-06 12:55:02 +0000 |
commit | 2d273a2aa3c9e99ffc6946e6653aef7514b8bfb4 (patch) | |
tree | 6bd15476203e16caa8c561dd9b8053a92a4a24c8 /protocols | |
parent | b9f6babd638387636158704574defcf6b0854418 (diff) |
ICQ: line break
git-svn-id: http://svn.miranda-ng.org/main/trunk@6804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IcqOscarJ/src/icqosc_svcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.cpp b/protocols/IcqOscarJ/src/icqosc_svcs.cpp index b4ddf5074f..951195c25c 100644 --- a/protocols/IcqOscarJ/src/icqosc_svcs.cpp +++ b/protocols/IcqOscarJ/src/icqosc_svcs.cpp @@ -497,7 +497,7 @@ INT_PTR CIcqProto::RevokeAuthorization(WPARAM wParam, LPARAM lParam) if (getContactUid((HANDLE)wParam, &dwUin, &szUid))
return 0; // Invalid contact
- if (MessageBoxUtf(NULL, LPGEN("Are you sure you want to revoke user's authorization? This will remove you from his/her list on some clients."), LPGEN("Confirmation"), MB_ICONQUESTION | MB_YESNO) != IDYES)
+ if (MessageBoxUtf(NULL, LPGEN("Are you sure you want to revoke user's authorization?\nThis will remove you from his/her list on some clients."), LPGEN("Confirmation"), MB_ICONQUESTION | MB_YESNO) != IDYES)
return 0;
icq_sendRevokeAuthServ(dwUin, szUid);
|