From 68aeed54fb2c7c7d10c192a99c25d0a0c870b017 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 29 Apr 2013 05:05:06 +0000 Subject: - 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 --- protocols/Skype/res/Resource.rc | 4 +++- protocols/Skype/res/call.ico | Bin 0 -> 15086 bytes protocols/Skype/res/conf_invite.ico | Bin 0 -> 17542 bytes protocols/Skype/res/main.ico | Bin 5430 -> 90243 bytes 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 protocols/Skype/res/call.ico create mode 100644 protocols/Skype/res/conf_invite.ico (limited to 'protocols/Skype/res') 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 new file mode 100644 index 0000000000..59dc94bdce Binary files /dev/null and b/protocols/Skype/res/call.ico differ diff --git a/protocols/Skype/res/conf_invite.ico b/protocols/Skype/res/conf_invite.ico new file mode 100644 index 0000000000..7dfe6dc261 Binary files /dev/null and b/protocols/Skype/res/conf_invite.ico differ diff --git a/protocols/Skype/res/main.ico b/protocols/Skype/res/main.ico index 8f824f2e3d..77d85affad 100644 Binary files a/protocols/Skype/res/main.ico and b/protocols/Skype/res/main.ico differ -- cgit v1.2.3