diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-05 08:38:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-05 08:38:57 +0000 |
commit | 1229cee3091839af4dd181e28b55e4823079007e (patch) | |
tree | 7afa602a61bdc81de9135b5642ec11c5ee4ea229 /protocols/Skype/res | |
parent | 1b39cc1afb501ea3973affcf864b8485e81251ff (diff) |
- reworked invitation to chat
- fixed chat contact's statuses
- added "Spawn conversation" button in contact dialog
- StringList now based on stl
git-svn-id: http://svn.miranda-ng.org/main/trunk@4586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 1 | ||||
-rw-r--r-- | protocols/Skype/res/conf_invite.ico | bin | 17542 -> 15086 bytes | |||
-rw-r--r-- | protocols/Skype/res/conf_spawn.ico | bin | 0 -> 15086 bytes |
3 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index 88777de95d..938470fe20 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -332,6 +332,7 @@ IDI_AUTH_REQUEST ICON "auth_request.ico" IDI_AUTH_REVOKE ICON "auth_revoke.ico"
IDI_CALL ICON "call.ico"
IDI_CONF_INVITE ICON "conf_invite.ico"
+IDI_CONF_SPAWN ICON "conf_spawn.ico"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/protocols/Skype/res/conf_invite.ico b/protocols/Skype/res/conf_invite.ico Binary files differindex 7dfe6dc261..fcca651113 100644 --- a/protocols/Skype/res/conf_invite.ico +++ b/protocols/Skype/res/conf_invite.ico diff --git a/protocols/Skype/res/conf_spawn.ico b/protocols/Skype/res/conf_spawn.ico Binary files differnew file mode 100644 index 0000000000..1fa6b3b39c --- /dev/null +++ b/protocols/Skype/res/conf_spawn.ico |