Commit 44bb2c88 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add Internet icon.

Adapted from internet-web-browser.svg in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 51ad009b
......@@ -71,6 +71,7 @@ SVG_SRCS = \
floppy.svg \
folder.svg \
folder_open.svg \
internet.svg \
mycomputer.svg \
mydocs.svg \
netdrive.svg \
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -468,6 +468,9 @@ IDI_SHELL_CDROM ICON cdrom.ico
/* @makedep: ramdisk.ico */
IDI_SHELL_RAMDISK ICON ramdisk.ico
/* @makedep: internet.ico */
IDI_SHELL_ENTIRE_NETWORK ICON internet.ico
/* @makedep: mycomputer.ico */
IDI_SHELL_MY_COMPUTER ICON mycomputer.ico
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment