From 13f917ea44a40282e9dd55777cdb0a5bd46e06f4 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 26 Sep 2012 07:00:53 +0000 Subject: added resource file and icon git-svn-id: http://svn.miranda-ng.org/main/trunk@1660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/res/Resource.rc | 90 ++++++++++++++++++++++++++++++++++++++++ protocols/Skype/res/main.ico | Bin 0 -> 1150 bytes 2 files changed, 90 insertions(+) create mode 100644 protocols/Skype/res/Resource.rc create mode 100644 protocols/Skype/res/main.ico (limited to 'protocols/Skype/res') diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc new file mode 100644 index 0000000000..a2f8782770 --- /dev/null +++ b/protocols/Skype/res/Resource.rc @@ -0,0 +1,90 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Русский (Россия) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON ICON "Main.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + +END +#endif // APSTUDIO_INVOKED + +#endif // Русский (Россия) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/protocols/Skype/res/main.ico b/protocols/Skype/res/main.ico new file mode 100644 index 0000000000..e2331b877a Binary files /dev/null and b/protocols/Skype/res/main.ico differ -- cgit v1.2.3