diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-16 21:12:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-16 21:12:02 +0000 |
commit | 92d7b0659edd025093f71e15a87bb1b8e5218aca (patch) | |
tree | f624d98fdcd7bb25441d8689989b08a10b48904c /protocols/Skype/res | |
parent | 0e622404fe197f1ecf1c0f1857bff0b5be58b0b1 (diff) |
added starting process from memory
git-svn-id: http://svn.miranda-ng.org/main/trunk@1967 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index dddf5e9d91..995f8cec76 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -74,7 +74,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON ICON "Main.ico"
-IDR_RUNTIME BIN "..\\..\\..\\..\\SkypeKit\\SDK\\bin\\windows-x86\\windows-x86-skypekit.exe"
+IDR_RUNTIME EXE "..\\..\\..\\..\\SkypeKit\\SDK\\bin\\windows-x86\\windows-x86-skypekit.exe"
/////////////////////////////////////////////////////////////////////////////
//
|