summaryrefslogtreecommitdiff
path: root/plugins/mRadio/proto_mradio/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-28 18:45:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-28 18:45:54 +0000
commita70382b0e8bed265a1d314d9f6aae8f2dd48d20b (patch)
tree9a99a073c0d7b9483dab51a0eebf04a9119f61ed /plugins/mRadio/proto_mradio/res
parent68fb5b69ea8403a3f9dcb70b3133eb10e1711000 (diff)
ex-protos moved to the Plugins folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@2545 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