shell32: Add users icon.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
618441bb92
commit
63767f4b90
|
@ -102,5 +102,6 @@ SVG_SRCS = \
|
||||||
resources/trash_file.svg \
|
resources/trash_file.svg \
|
||||||
resources/trash_full.svg \
|
resources/trash_full.svg \
|
||||||
resources/update.svg \
|
resources/update.svg \
|
||||||
|
resources/users.svg \
|
||||||
resources/video.svg \
|
resources/video.svg \
|
||||||
resources/window.svg
|
resources/window.svg
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 70 KiB |
|
@ -789,9 +789,8 @@ IDI_SHELL_RESTRICTED ICON resources/restricted.ico
|
||||||
/* @makedep: resources/folder.ico */
|
/* @makedep: resources/folder.ico */
|
||||||
IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico
|
IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico
|
||||||
|
|
||||||
/* FIXME: Following resource is not yet added */
|
/* @makedep: resources/users.ico */
|
||||||
/* @makedep: resources/security.ico */
|
IDI_SHELL_USERS ICON resources/users.ico
|
||||||
IDI_SHELL_USERS ICON resources/security.ico
|
|
||||||
|
|
||||||
/* @makedep: resources/shut_down.ico */
|
/* @makedep: resources/shut_down.ico */
|
||||||
IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
|
IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
|
||||||
|
@ -916,13 +915,11 @@ IDI_SHELL_BURN_DISC ICON resources/optical_disc.ico
|
||||||
/* @makedep: resources/folder.ico */
|
/* @makedep: resources/folder.ico */
|
||||||
IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
|
IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
|
||||||
|
|
||||||
/* FIXME: Following resource is not yet added */
|
/* @makedep: resources/users.ico */
|
||||||
/* @makedep: resources/security.ico */
|
IDI_SHELL_USERS_XP ICON resources/users.ico
|
||||||
IDI_SHELL_USERS_XP ICON resources/security.ico
|
|
||||||
|
|
||||||
/* FIXME: Following resource is not yet added */
|
/* @makedep: resources/users.ico */
|
||||||
/* @makedep: resources/security.ico */
|
IDI_SHELL_USERS_XP2 ICON resources/users.ico
|
||||||
IDI_SHELL_USERS_XP2 ICON resources/security.ico
|
|
||||||
|
|
||||||
/* FIXME: Following resource is not yet added */
|
/* FIXME: Following resource is not yet added */
|
||||||
/* @makedep: resources/optical_drive.ico */
|
/* @makedep: resources/optical_drive.ico */
|
||||||
|
|
Loading…
Reference in New Issue