Module: wine Branch: stable Commit: 34a22bfa1b302f9acc584b912f4c6043117f35a7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=34a22bfa1b302f9acc584b912... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 28 23:47:33 2018 -0600 shell32: Add "restricted" icon. Adapted from dialog-error 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 1cd138af46cd64e5bba96a66edf4905687ff35bf) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/restricted.ico | Bin 0 -> 54521 bytes dlls/shell32/resources/restricted.svg | 581 ++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 6 + dlls/shell32/shresdef.h | 2 + 5 files changed, 590 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=34a22bfa1b302f9acc584...