shell32: Add network icon.
Adapted from network-workgroup.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
44bb2c8830
commit
891b6fda83
|
@ -76,6 +76,7 @@ SVG_SRCS = \
|
|||
mydocs.svg \
|
||||
netdrive.svg \
|
||||
netdrive2.svg \
|
||||
network.svg \
|
||||
printer.svg \
|
||||
ramdisk.svg \
|
||||
shortcut.svg \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 135 KiB |
|
@ -471,6 +471,9 @@ IDI_SHELL_RAMDISK ICON ramdisk.ico
|
|||
/* @makedep: internet.ico */
|
||||
IDI_SHELL_ENTIRE_NETWORK ICON internet.ico
|
||||
|
||||
/* @makedep: network.ico */
|
||||
IDI_SHELL_NETWORK ICON network.ico
|
||||
|
||||
/* @makedep: mycomputer.ico */
|
||||
IDI_SHELL_MY_COMPUTER ICON mycomputer.ico
|
||||
|
||||
|
|
Loading…
Reference in New Issue