Module: wine Branch: stable Commit: 901a8d8845396e4ed34716a0c6c69b783853d867 URL: https://source.winehq.org/git/wine.git/?a=commit;h=901a8d8845396e4ed34716a0c...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Aug 27 20:40:52 2018 -0600
shell32: Add copy icon.
Adapted from edit-copy 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 4f5c8253d33de851aab5111a9042612c0aa1878f) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/copy.ico | Bin 0 -> 34090 bytes dlls/shell32/resources/copy.svg | 811 ++++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 816 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=901a8d8845396e4ed3471...