diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-24 09:23:01 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-24 09:23:01 +0000 |
commit | 04c18aa4ab21f78ddd29fcbdc18afba148f96135 (patch) | |
tree | 7ef41d868f285bc2603b264c420bb6572d51041e /protocols/Skype/src/skype_icons.cpp | |
parent | 90619452ae4429a71a3034cb3db72adc275487bf (diff) |
Skype:
- updated icons
- added server side ignore list
- removed bookmsrks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_icons.cpp')
-rw-r--r-- | protocols/Skype/src/skype_icons.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Skype/src/skype_icons.cpp b/protocols/Skype/src/skype_icons.cpp index ceb520dc69..03a66d61ce 100644 --- a/protocols/Skype/src/skype_icons.cpp +++ b/protocols/Skype/src/skype_icons.cpp @@ -2,13 +2,13 @@ _tag_iconList CSkypeProto::IconList[] =
{
- { LPGENT("Protocol icon"), "main", IDI_ICON },
+ { LPGENT("Protocol icon"), "main", IDI_SKYPE },
{ LPGENT("Call"), "call", IDI_CALL },
- { LPGENT("Invite to conference"), "confInvite", IDI_CONF_INVITE },
- { LPGENT("Spawn conference"), "confSpawn", IDI_CONF_SPAWN },
+ { LPGENT("Invite to conference"), "addContacts", IDI_ADD_CONTACTS },
+ { LPGENT("Conference"), "conference", IDI_CONFERENCE },
{ LPGENT("Send contact"), "sendContacts", IDI_SEND_CONTACTS },
- { LPGENT("Bookmark"), "bookmark", IDI_BOOKMARK },
+ { LPGENT("Contact"), "contact", IDI_CONTACT },
{ LPGENT("Delete"), "delete", IDI_DELETE },
{ LPGENT("Ignore"), "ignore", IDI_IGNORE },
{ LPGENT("Block"), "block", IDI_BLOCK },
|