diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-07-01 19:00:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-07-01 19:00:11 +0000 |
commit | 3acc3adbcba5afbb0527a4385e6b2f0c63e960da (patch) | |
tree | 89cab2a7cf8fe3ae42a984eb0a8a02c4209998c0 /protocols/Skype/src/skype_icons.cpp | |
parent | b365a9ca74456f3a3962161ec6564244c35b1fb9 (diff) |
Skype:
- removed ignore command
- block command behavior like in official client now
- added blocked list in account options
- added history sync
Note: this commit may contain non-working code
git-svn-id: http://svn.miranda-ng.org/main/trunk@5203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_icons.cpp')
-rw-r--r-- | protocols/Skype/src/skype_icons.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_icons.cpp b/protocols/Skype/src/skype_icons.cpp index a04e6acbc0..5822cf2b37 100644 --- a/protocols/Skype/src/skype_icons.cpp +++ b/protocols/Skype/src/skype_icons.cpp @@ -10,7 +10,6 @@ _tag_iconList CSkypeProto::IconList[] = { LPGENT("Send contact"), "sendContacts", IDI_SEND_CONTACTS },
{ LPGENT("Contact"), "contact", IDI_CONTACT },
{ LPGENT("Delete"), "delete", IDI_DELETE },
- { LPGENT("Ignore"), "ignore", IDI_IGNORE },
{ LPGENT("Block"), "block", IDI_BLOCK },
};
|