From 8aaa40ff5a7bd0b08d1450a7cc1d30daa4593457 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 6 Oct 2013 22:55:31 +0000 Subject: more unnecessary spaces git-svn-id: http://svn.miranda-ng.org/main/trunk@6383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icqosc_svcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src') diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.cpp b/protocols/IcqOscarJ/src/icqosc_svcs.cpp index ff04d94b85..66ca0b1a9e 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? (this will remove you from his/her list on some clients)"), LPGEN("Confirmation"), MB_ICONQUESTION | MB_YESNO) != IDYES) return 0; icq_sendRevokeAuthServ(dwUin, szUid); -- cgit v1.2.3