diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-29 16:30:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-29 16:30:38 +0300 |
commit | 5984ec588ef9ff5182d6d76d1f0ef723d799c5c2 (patch) | |
tree | 072ddcf687e7413d50e4bd08eea56ba4dc2ebd40 /src/mir_app/res | |
parent | edbfd659e4990494670e535d5be282659cd5bfc8 (diff) |
paperclip icon for file attachments
Diffstat (limited to 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/attach.ico | bin | 0 -> 894 bytes | |||
-rw-r--r-- | src/mir_app/res/resource.rc | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mir_app/res/attach.ico b/src/mir_app/res/attach.ico Binary files differnew file mode 100644 index 0000000000..cecbcab5d2 --- /dev/null +++ b/src/mir_app/res/attach.ico 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"
|