shell32: Add Internet icon.
Adapted from internet-web-browser.svg in the Tango Icon Library. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
51ad009bac
commit
44bb2c8830
|
@ -71,6 +71,7 @@ SVG_SRCS = \
|
|||
floppy.svg \
|
||||
folder.svg \
|
||||
folder_open.svg \
|
||||
internet.svg \
|
||||
mycomputer.svg \
|
||||
mydocs.svg \
|
||||
netdrive.svg \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 133 KiB |
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue