diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-29 05:05:06 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-29 05:05:06 +0000 |
commit | 68aeed54fb2c7c7d10c192a99c25d0a0c870b017 (patch) | |
tree | c6d0056480519c69823db8374fcde3eb72b4eef5 /protocols/Skype/res | |
parent | f0ca17cf986fc21dd98037a4599e85437261d5de (diff) |
- added new db event type
- added new icons
- fixed few bugs
git-svn-id: http://svn.miranda-ng.org/main/trunk@4565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 4 | ||||
-rw-r--r-- | protocols/Skype/res/call.ico | bin | 0 -> 15086 bytes | |||
-rw-r--r-- | protocols/Skype/res/conf_invite.ico | bin | 0 -> 17542 bytes | |||
-rw-r--r-- | protocols/Skype/res/main.ico | bin | 5430 -> 90243 bytes |
4 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index c933a67bbb..2883f15109 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -275,10 +275,12 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_ICON ICON "Main.ico"
+IDI_ICON ICON "main.ico"
IDI_AUTH_GRANT ICON "auth_grant.ico"
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"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/protocols/Skype/res/call.ico b/protocols/Skype/res/call.ico Binary files differnew file mode 100644 index 0000000000..59dc94bdce --- /dev/null +++ b/protocols/Skype/res/call.ico diff --git a/protocols/Skype/res/conf_invite.ico b/protocols/Skype/res/conf_invite.ico Binary files differnew file mode 100644 index 0000000000..7dfe6dc261 --- /dev/null +++ b/protocols/Skype/res/conf_invite.ico diff --git a/protocols/Skype/res/main.ico b/protocols/Skype/res/main.ico Binary files differindex 8f824f2e3d..77d85affad 100644 --- a/protocols/Skype/res/main.ico +++ b/protocols/Skype/res/main.ico |