Module: wine Branch: stable Commit: ef5d8246a6d1e75ec6c971fb89b574f104372669 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ef5d8246a6d1e75ec6c971fb8...
Author: Alex Henrie alexhenrie24@gmail.com Date: Thu Aug 23 23:16:47 2018 -0600
shell32: Add start menu icon.
Adapted from list-remove.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 f2252757baf9720b6d762d6827362d1921a3140a) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/menu.ico | Bin 0 -> 34002 bytes dlls/shell32/resources/menu.svg | 631 ++++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 636 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ef5d8246a6d1e75ec6c97...