diff options
Diffstat (limited to 'protocols/Skype/src/skype_icons.cpp')
-rw-r--r-- | protocols/Skype/src/skype_icons.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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()
|