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

Alexandre Julliard julliard at winehq.org
Mon Aug 20 13:26:11 CDT 2018


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

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>

---

 dlls/shell32/shell32.rc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 15ffb33..bad35fd 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -483,6 +483,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