diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-27 21:27:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-27 21:27:08 +0000 |
commit | 864c0325be58dc597972a879af53004b17873946 (patch) | |
tree | b5f9259dc83e521b07bdf40c748231dccf6037d2 /protocols/Skype/res | |
parent | e94400defc928de82baf36b364316c03f706f537 (diff) |
added decoding of skypekit cert
git-svn-id: http://svn.miranda-ng.org/main/trunk@2096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index 8f36797779..cadd7377e2 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -141,10 +141,11 @@ IDI_AUTH_REVOKE ICON "auth_revoke.ico" /////////////////////////////////////////////////////////////////////////////
//
-// EXE
+// BIN
//
-IDR_RUNTIME EXE "..\\..\\..\\..\\SkypeKit\\SDK\\bin\\windows-x86\\windows-x86-skypekit.exe"
+IDR_RUNTIME BIN "..\\..\\..\\..\\SkypeKit\\SDK\\bin\\windows-x86\\windows-x86-skypekit.exe"
+IDR_KEY BIN "..\\..\\..\\..\\SkypeKit\\keypair.bin"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
|