diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-12 14:25:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-12 14:25:56 +0000 |
commit | af1927ce05cd07c036c9fb73c363c3b489fc6bc7 (patch) | |
tree | aaf87abff0c24ef181271eba0a12f7c41fbc9941 /protocols/Steam/proto_steam/res | |
parent | 2f3a0b621a27f2a08243681fc94c0b49f4201940 (diff) |
added proto_steam
git-svn-id: http://svn.miranda-ng.org/main/trunk@8963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/proto_steam/res')
-rw-r--r-- | protocols/Steam/proto_steam/res/Away.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/DND.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Offline.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Online.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Out2Lunch.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Proto_Steam.rc | 73 |
6 files changed, 73 insertions, 0 deletions
diff --git a/protocols/Steam/proto_steam/res/Away.ico b/protocols/Steam/proto_steam/res/Away.ico Binary files differnew file mode 100644 index 0000000000..433a4a4c4c --- /dev/null +++ b/protocols/Steam/proto_steam/res/Away.ico diff --git a/protocols/Steam/proto_steam/res/DND.ico b/protocols/Steam/proto_steam/res/DND.ico Binary files differnew file mode 100644 index 0000000000..6ef950a993 --- /dev/null +++ b/protocols/Steam/proto_steam/res/DND.ico diff --git a/protocols/Steam/proto_steam/res/Offline.ico b/protocols/Steam/proto_steam/res/Offline.ico Binary files differnew file mode 100644 index 0000000000..c9cb650cdb --- /dev/null +++ b/protocols/Steam/proto_steam/res/Offline.ico diff --git a/protocols/Steam/proto_steam/res/Online.ico b/protocols/Steam/proto_steam/res/Online.ico Binary files differnew file mode 100644 index 0000000000..0bec3f3067 --- /dev/null +++ b/protocols/Steam/proto_steam/res/Online.ico diff --git a/protocols/Steam/proto_steam/res/Out2Lunch.ico b/protocols/Steam/proto_steam/res/Out2Lunch.ico Binary files differnew file mode 100644 index 0000000000..3bf1b3fe40 --- /dev/null +++ b/protocols/Steam/proto_steam/res/Out2Lunch.ico diff --git a/protocols/Steam/proto_steam/res/Proto_Steam.rc b/protocols/Steam/proto_steam/res/Proto_Steam.rc new file mode 100644 index 0000000000..e45d0085aa --- /dev/null +++ b/protocols/Steam/proto_steam/res/Proto_Steam.rc @@ -0,0 +1,73 @@ +// 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 "Away.ico"
+IDI_ICON4 ICON "DND.ico"
+IDI_ICON5 ICON "Out2Lunch.ico"
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|