Alex Henrie : shell32: Add "Computers Near Me" icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:31 CST 2018


Module: wine
Branch: stable
Commit: ad767594a02c04913b3020bfb843cd85a0cbda4d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ad767594a02c04913b3020bfb843cd85a0cbda4d

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Aug 19 22:45:56 2018 -0600

shell32: Add "Computers Near Me" icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit f0c1f79b07675bc9eb42fc1cd8af7847db153c3f)
Signed-off-by: Michael Stefaniuc <mstefani at 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
 




More information about the wine-cvs mailing list