Module: wine Branch: stable Commit: 3dc40a1507e02e678918bd64f2bdcdecf51be51f URL: https://source.winehq.org/git/wine.git/?a=commit;h=3dc40a1507e02e678918bd64f...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Aug 27 20:40:41 2018 -0600
shell32: Add rename icon.
Adapted from document-save-as.svg in the Tango Icon Library.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 01d9dba509d139e7b87518db5c4f0ba503e76672) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/rename.ico | Bin 0 -> 30995 bytes dlls/shell32/resources/rename.svg | 419 ++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 424 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3dc40a1507e02e678918b...