Module: wine Branch: master Commit: 27b74b5a2c04acaf3b7e991c022e4626c057088b URL: https://source.winehq.org/git/wine.git/?a=commit;h=27b74b5a2c04acaf3b7e991c0...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:20:48 2018 -0600
shell32: Add favorites icon.
Adapted from emblem-favorite in the Tango Icon Library.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/favorites.ico | Bin 0 -> 49876 bytes dlls/shell32/resources/favorites.svg | 548 +++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 11 +- dlls/shell32/shresdef.h | 4 +- 5 files changed, 560 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=27b74b5a2c04acaf3b7e9...