summaryrefslogtreecommitdiff
path: root/protocols/Discord/proto_discord/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-11 10:28:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-11 10:28:49 +0300
commit9ab83c6bb239d88e54ae1ce7a8af49432543443a (patch)
treefe7dd11cdbba3f6ca71eb102dce126666a043744 /protocols/Discord/proto_discord/res
parent605743d6e763b3aa2868133f50f99f15293a9a29 (diff)
Discord: not included into the build, but adapted for the current core version
Diffstat (limited to 'protocols/Discord/proto_discord/res')
-rw-r--r--protocols/Discord/proto_discord/res/Away.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/DND.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/Invisible.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/NA.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/Offline.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/Online.icobin0 -> 5430 bytes
-rw-r--r--protocols/Discord/proto_discord/res/Proto_Discord.rc74
7 files changed, 74 insertions, 0 deletions
diff --git a/protocols/Discord/proto_discord/res/Away.ico b/protocols/Discord/proto_discord/res/Away.ico
new file mode 100644
index 0000000000..844c1d4b3a
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/Away.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/DND.ico b/protocols/Discord/proto_discord/res/DND.ico
new file mode 100644
index 0000000000..6341c0e08c
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/DND.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/Invisible.ico b/protocols/Discord/proto_discord/res/Invisible.ico
new file mode 100644
index 0000000000..7d34d4ca58
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/Invisible.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/NA.ico b/protocols/Discord/proto_discord/res/NA.ico
new file mode 100644
index 0000000000..74a1a596fa
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/NA.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/Offline.ico b/protocols/Discord/proto_discord/res/Offline.ico
new file mode 100644
index 0000000000..f2ec365064
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/Offline.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/Online.ico b/protocols/Discord/proto_discord/res/Online.ico
new file mode 100644
index 0000000000..94f4d0d8bd
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/Online.ico
Binary files differ
diff --git a/protocols/Discord/proto_discord/res/Proto_Discord.rc b/protocols/Discord/proto_discord/res/Proto_Discord.rc
new file mode 100644
index 0000000000..13d3153e3e
--- /dev/null
+++ b/protocols/Discord/proto_discord/res/Proto_Discord.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 "Away.ico"
+IDI_ICON4 ICON "Invisible.ico"
+IDI_ICON5 ICON "NA.ico"
+IDI_ICON6 ICON "DND.ico"
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+