diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-03 15:10:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-03 15:10:51 +0300 |
commit | 22ad532bfa626867529355baa5ea96f2fafdc233 (patch) | |
tree | 1b2c01381ddcf0d21f93535c687b661065ed42e8 /src/core/stduserinfo/res | |
parent | 7cc95adf48a3c04dbbe364f2d57edd09ff76c0dd (diff) |
fixes #3131 (StdUserInfo & metacontacts)
Diffstat (limited to 'src/core/stduserinfo/res')
-rw-r--r-- | src/core/stduserinfo/res/contact.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/folder.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/item.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/location.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/notes.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/resource.rc | 17 | ||||
-rw-r--r-- | src/core/stduserinfo/res/summary.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/core/stduserinfo/res/work.ico | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..a577261846 --- /dev/null +++ b/src/core/stduserinfo/res/contact.ico diff --git a/src/core/stduserinfo/res/folder.ico b/src/core/stduserinfo/res/folder.ico Binary files differnew file mode 100644 index 0000000000..d2b95c4e0e --- /dev/null +++ b/src/core/stduserinfo/res/folder.ico diff --git a/src/core/stduserinfo/res/item.ico b/src/core/stduserinfo/res/item.ico Binary files differnew file mode 100644 index 0000000000..2eaa5d4825 --- /dev/null +++ b/src/core/stduserinfo/res/item.ico diff --git a/src/core/stduserinfo/res/location.ico b/src/core/stduserinfo/res/location.ico Binary files differnew file mode 100644 index 0000000000..fa12c2410b --- /dev/null +++ b/src/core/stduserinfo/res/location.ico diff --git a/src/core/stduserinfo/res/notes.ico b/src/core/stduserinfo/res/notes.ico Binary files differnew file mode 100644 index 0000000000..f13902cdf8 --- /dev/null +++ b/src/core/stduserinfo/res/notes.ico 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 Binary files differnew file mode 100644 index 0000000000..bee8e00d05 --- /dev/null +++ b/src/core/stduserinfo/res/summary.ico diff --git a/src/core/stduserinfo/res/work.ico b/src/core/stduserinfo/res/work.ico Binary files differnew file mode 100644 index 0000000000..2610f64522 --- /dev/null +++ b/src/core/stduserinfo/res/work.ico |