From 119f9233647a964c46be1c0bc0cf2829361a688e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 19 Jun 2013 20:13:00 +0000 Subject: Skype: - added bookmarks for chat rooms (contact menu, srmm button bar, bookmark list window) - added "ignore command" for contact - added "block command" for contact (contact removed from clist and ignored) - changed icons git-svn-id: http://svn.miranda-ng.org/main/trunk@5047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_icons.cpp | 4 ++++ 1 file changed, 4 insertions(+) (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 f3bf880b66..ceb520dc69 100644 --- a/protocols/Skype/src/skype_icons.cpp +++ b/protocols/Skype/src/skype_icons.cpp @@ -8,6 +8,10 @@ _tag_iconList CSkypeProto::IconList[] = { LPGENT("Invite to conference"), "confInvite", IDI_CONF_INVITE }, { LPGENT("Spawn conference"), "confSpawn", IDI_CONF_SPAWN }, { LPGENT("Send contact"), "sendContacts", IDI_SEND_CONTACTS }, + { LPGENT("Bookmark"), "bookmark", IDI_BOOKMARK }, + { LPGENT("Delete"), "delete", IDI_DELETE }, + { LPGENT("Ignore"), "ignore", IDI_IGNORE }, + { LPGENT("Block"), "block", IDI_BLOCK }, }; void CSkypeProto::InitIcons() -- cgit v1.2.3