summaryrefslogtreecommitdiff
path: root/plugins/mRadio/proto_mradio/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-10 05:52:41 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-10 05:52:41 +0000
commit8d831f9b21feb4b203a8209f7ab70d5c533209a3 (patch)
tree18e90f6fb8db8875913439a0892c2da9aec19897 /plugins/mRadio/proto_mradio/res
parent2ba1e46d537d88326a3b8fc81f84a0bc844fbe4b (diff)
added proto_mradio
git-svn-id: http://svn.miranda-ng.org/main/trunk@1854 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mRadio/proto_mradio/res')
-rw-r--r--plugins/mRadio/proto_mradio/res/proto_away.icobin0 -> 2550 bytes
-rw-r--r--plugins/mRadio/proto_mradio/res/proto_invisible.icobin0 -> 2550 bytes
-rw-r--r--plugins/mRadio/proto_mradio/res/proto_offline.icobin0 -> 2550 bytes
-rw-r--r--plugins/mRadio/proto_mradio/res/proto_online.icobin0 -> 2550 bytes
-rw-r--r--plugins/mRadio/proto_mradio/res/resource.rc37
5 files changed, 37 insertions, 0 deletions
diff --git a/plugins/mRadio/proto_mradio/res/proto_away.ico b/plugins/mRadio/proto_mradio/res/proto_away.ico
new file mode 100644
index 0000000000..f9d97408f8
--- /dev/null
+++ b/plugins/mRadio/proto_mradio/res/proto_away.ico
Binary files differ
diff --git a/plugins/mRadio/proto_mradio/res/proto_invisible.ico b/plugins/mRadio/proto_mradio/res/proto_invisible.ico
new file mode 100644
index 0000000000..6a868bc106
--- /dev/null
+++ b/plugins/mRadio/proto_mradio/res/proto_invisible.ico
Binary files differ
diff --git a/plugins/mRadio/proto_mradio/res/proto_offline.ico b/plugins/mRadio/proto_mradio/res/proto_offline.ico
new file mode 100644
index 0000000000..5a7e6172ac
--- /dev/null
+++ b/plugins/mRadio/proto_mradio/res/proto_offline.ico
Binary files differ
diff --git a/plugins/mRadio/proto_mradio/res/proto_online.ico b/plugins/mRadio/proto_mradio/res/proto_online.ico
new file mode 100644
index 0000000000..53f13cddca
--- /dev/null
+++ b/plugins/mRadio/proto_mradio/res/proto_online.ico
Binary files differ
diff --git a/plugins/mRadio/proto_mradio/res/resource.rc b/plugins/mRadio/proto_mradio/res/resource.rc
new file mode 100644
index 0000000000..43ad52b944
--- /dev/null
+++ b/plugins/mRadio/proto_mradio/res/resource.rc
@@ -0,0 +1,37 @@
+//Microsoft Developer Studio generated resource script.
+//
+
+#include "..\src\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON1 ICON "proto_online.ico"
+IDI_ICON2 ICON "proto_offline.ico"
+IDI_ICON3 ICON "proto_away.ico"
+IDI_ICON4 ICON "proto_invisible.ico"
+
+#endif // English (U.S.) resources
+///////////////////////////////////////////////////////////////////////////// \ No newline at end of file