summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-03 15:10:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-03 15:10:51 +0300
commit22ad532bfa626867529355baa5ea96f2fafdc233 (patch)
tree1b2c01381ddcf0d21f93535c687b661065ed42e8 /src/core/stduserinfo/res
parent7cc95adf48a3c04dbbe364f2d57edd09ff76c0dd (diff)
fixes #3131 (StdUserInfo & metacontacts)
Diffstat (limited to 'src/core/stduserinfo/res')
-rw-r--r--src/core/stduserinfo/res/contact.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/folder.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/item.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/location.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/notes.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/resource.rc17
-rw-r--r--src/core/stduserinfo/res/summary.icobin0 -> 1150 bytes
-rw-r--r--src/core/stduserinfo/res/work.icobin0 -> 1150 bytes
8 files changed, 15 insertions, 2 deletions
diff --git a/src/core/stduserinfo/res/contact.ico b/src/core/stduserinfo/res/contact.ico
new file mode 100644
index 0000000000..a577261846
--- /dev/null
+++ b/src/core/stduserinfo/res/contact.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/folder.ico b/src/core/stduserinfo/res/folder.ico
new file mode 100644
index 0000000000..d2b95c4e0e
--- /dev/null
+++ b/src/core/stduserinfo/res/folder.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/item.ico b/src/core/stduserinfo/res/item.ico
new file mode 100644
index 0000000000..2eaa5d4825
--- /dev/null
+++ b/src/core/stduserinfo/res/item.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/location.ico b/src/core/stduserinfo/res/location.ico
new file mode 100644
index 0000000000..fa12c2410b
--- /dev/null
+++ b/src/core/stduserinfo/res/location.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/notes.ico b/src/core/stduserinfo/res/notes.ico
new file mode 100644
index 0000000000..f13902cdf8
--- /dev/null
+++ b/src/core/stduserinfo/res/notes.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/resource.rc b/src/core/stduserinfo/res/resource.rc
index d918243365..dd6c350006 100644
--- a/src/core/stduserinfo/res/resource.rc
+++ b/src/core/stduserinfo/res/resource.rc
@@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
-#include "..\..\..\mir_app\src\resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -22,6 +22,19 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
/////////////////////////////////////////////////////////////////////////////
//
+// Icon
+//
+
+IDI_FOLDER ICON "folder.ico"
+IDI_ITEM ICON "item.ico"
+IDI_CONTACT ICON "contact.ico"
+IDI_NOTES ICON "notes.ico"
+IDI_SUMMARY ICON "summary.ico"
+IDI_WORK ICON "work.ico"
+IDI_LOCATION ICON "location.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
// Cursor
//
@@ -288,7 +301,7 @@ END
1 TEXTINCLUDE
BEGIN
- "..\\..\\..\\mir_app\\src\\resource.h\0"
+ "..\\src\\resource.h\0"
END
2 TEXTINCLUDE
diff --git a/src/core/stduserinfo/res/summary.ico b/src/core/stduserinfo/res/summary.ico
new file mode 100644
index 0000000000..bee8e00d05
--- /dev/null
+++ b/src/core/stduserinfo/res/summary.ico
Binary files differ
diff --git a/src/core/stduserinfo/res/work.ico b/src/core/stduserinfo/res/work.ico
new file mode 100644
index 0000000000..2610f64522
--- /dev/null
+++ b/src/core/stduserinfo/res/work.ico
Binary files differ