Alex Henrie : shell32: Add "Computers Near Me" icon.
Module: wine Branch: stable Commit: ad767594a02c04913b3020bfb843cd85a0cbda4d URL: https://source.winehq.org/git/wine.git/?a=commit;h=ad767594a02c04913b3020bfb... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sun Aug 19 22:45:56 2018 -0600 shell32: Add "Computers Near Me" icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit f0c1f79b07675bc9eb42fc1cd8af7847db153c3f) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/shell32/shell32.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 6cbe81d..f09aa3a 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -417,6 +417,9 @@ IDI_SHELL_PRINTER ICON printer.ico /* @makedep: network.ico */ IDI_SHELL_MY_NETWORK_PLACES ICON network.ico +/* @makedep: network.ico */ +IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico + /* @makedep: shortcut.ico */ IDI_SHELL_SHORTCUT ICON shortcut.ico
participants (1)
-
Alexandre Julliard