Module: wine Branch: stable Commit: a6cdb9092dfc597983b0d40f8d9cdfd02d760c87 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a6cdb9092dfc597983b0d40f8... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 21 20:37:44 2018 -0600 shell32: Add shutdown icon. Adapted from system-shutdown in the Tango Icon Library. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 905685c383a49cfe9ef3f08a3a8492532fabbffb) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/shut_down.ico | Bin 0 -> 38405 bytes dlls/shell32/resources/shut_down.svg | 883 +++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 888 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a6cdb9092dfc597983b0d...