summaryrefslogtreecommitdiff
path: root/src/mir_app/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-07-29 16:30:38 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-07-29 16:30:38 +0300
commit5984ec588ef9ff5182d6d76d1f0ef723d799c5c2 (patch)
tree072ddcf687e7413d50e4bd08eea56ba4dc2ebd40 /src/mir_app/res
parentedbfd659e4990494670e535d5be282659cd5bfc8 (diff)
paperclip icon for file attachments
Diffstat (limited to 'src/mir_app/res')
-rw-r--r--src/mir_app/res/attach.icobin0 -> 894 bytes
-rw-r--r--src/mir_app/res/resource.rc2
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_app/res/attach.ico b/src/mir_app/res/attach.ico
new file mode 100644
index 0000000000..cecbcab5d2
--- /dev/null
+++ b/src/mir_app/res/attach.ico
Binary files differ
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index 5f998c9cb1..e1526bb4b5 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -1603,6 +1603,8 @@ IDI_MALE ICON "male.ico"
IDI_FEMALE ICON "female.ico"
+IDI_ATTACH ICON "attach.ico"
+
IDI_AUTH_ADD ICON "auth_add.ico"
IDI_AUTH_GRANT ICON "auth_grant.ico"