diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 2c9f3d7ab57..20365b96fb3 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -102,5 +102,6 @@ SVG_SRCS = \ resources/trash_file.svg \ resources/trash_full.svg \ resources/update.svg \ + resources/users.svg \ resources/video.svg \ resources/window.svg diff --git a/dlls/shell32/resources/users.ico b/dlls/shell32/resources/users.ico new file mode 100644 index 00000000000..aad8c8ee2c8 Binary files /dev/null and b/dlls/shell32/resources/users.ico differ diff --git a/dlls/shell32/resources/users.svg b/dlls/shell32/resources/users.svg new file mode 100644 index 00000000000..d66240e842f --- /dev/null +++ b/dlls/shell32/resources/users.svg @@ -0,0 +1,1172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + users + people + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 788707e8bd5..53a9b843c3b 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -789,9 +789,8 @@ IDI_SHELL_RESTRICTED ICON resources/restricted.ico /* @makedep: resources/folder.ico */ IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico -/* FIXME: Following resource is not yet added */ -/* @makedep: resources/security.ico */ -IDI_SHELL_USERS ICON resources/security.ico +/* @makedep: resources/users.ico */ +IDI_SHELL_USERS ICON resources/users.ico /* @makedep: 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 */ IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico -/* FIXME: Following resource is not yet added */ -/* @makedep: resources/security.ico */ -IDI_SHELL_USERS_XP ICON resources/security.ico +/* @makedep: resources/users.ico */ +IDI_SHELL_USERS_XP ICON resources/users.ico -/* FIXME: Following resource is not yet added */ -/* @makedep: resources/security.ico */ -IDI_SHELL_USERS_XP2 ICON resources/security.ico +/* @makedep: resources/users.ico */ +IDI_SHELL_USERS_XP2 ICON resources/users.ico /* FIXME: Following resource is not yet added */ /* @makedep: resources/optical_drive.ico */