Module: wine Branch: stable Commit: 59b413f261848e70e7a2130d85dd0abbd9aac5a6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=59b413f261848e70e7a2130d8...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:20:51 2018 -0600
shell32: Add update icon.
Adapted from software-update-available 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 661457821bb793b8ff3dc5b99f38fd92147e8c61) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/update.ico | Bin 0 -> 47370 bytes dlls/shell32/resources/update.svg | 583 ++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 588 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=59b413f261848e70e7a21...