From b28379050fa05a1a6642548d9d31c4d7d2779815 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 14 May 2013 20:52:44 +0000 Subject: - added contact sending (via SendReceiveContacts) and receiving - some few bug fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@4653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_icons.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Skype/src/skype_icons.cpp') diff --git a/protocols/Skype/src/skype_icons.cpp b/protocols/Skype/src/skype_icons.cpp index e7bf1249d0..edd4f0d316 100644 --- a/protocols/Skype/src/skype_icons.cpp +++ b/protocols/Skype/src/skype_icons.cpp @@ -10,6 +10,7 @@ _tag_iconList CSkypeProto::IconList[] = { LPGENT("Revoke authorization"), "authRevoke", IDI_AUTH_REVOKE }, { LPGENT("Request authorization"), "authRequest", IDI_AUTH_REQUEST }, { LPGENT("Grant authorization"), "authGrant", IDI_AUTH_GRANT }, + { LPGENT("Send contact"), "sendContacts", IDI_SEND_CONTACTS }, }; void CSkypeProto::InitIcons() -- cgit v1.2.3