diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-05 10:51:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-05 10:51:36 +0000 |
commit | be6edec91cce66e2b77d22bd0e92a5d60ff92d75 (patch) | |
tree | cf4b83d26df49320ef71244f1dbf1dbce85679e3 /protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc | |
parent | c7dee6cae5b897d62749430a33cba0351b1f0ace (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc')
-rw-r--r-- | protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc b/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc new file mode 100644 index 0000000000..3506f4708d --- /dev/null +++ b/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc @@ -0,0 +1,74 @@ + // 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
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian (Russia) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+#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
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON1 ICON "Offline.ico"
+IDI_ICON2 ICON "Online.ico"
+IDI_ICON3 ICON "DND.ico"
+IDI_ICON4 ICON "Invisible.ico"
+IDI_ICON5 ICON "Away.ico"
+IDI_ICON6 ICON "Phone.ico"
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|