shell32: Rename icon 48 from "rights" to "security".

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-28 23:47:30 -06:00 committed by Alexandre Julliard
parent ade232ada1
commit e7a3ce7016
5 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,6 @@ SVG_SRCS = \
resources/folder_open.svg \
resources/help.svg \
resources/internet.svg \
resources/lock.svg \
resources/log_off.svg \
resources/menu.svg \
resources/mycomputer.svg \
@ -91,6 +90,7 @@ SVG_SRCS = \
resources/recent.svg \
resources/rename.svg \
resources/search.svg \
resources/security.svg \
resources/shortcut.svg \
resources/shut_down.svg \
resources/sleep.svg \

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -566,8 +566,8 @@ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico
/* @makedep: resources/update.ico */
IDI_SHELL_UPDATE ICON resources/update.ico
/* @makedep: resources/lock.ico */
IDI_SHELL_RIGHTS ICON resources/lock.ico
/* @makedep: resources/security.ico */
IDI_SHELL_SECURITY ICON resources/security.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_CONFIRM_SHUTDOWN ICON resources/shut_down.ico

View File

@ -216,7 +216,7 @@
#define IDI_SHELL_LOG_OFF 45
#define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_UPDATE 47
#define IDI_SHELL_RIGHTS 48
#define IDI_SHELL_SECURITY 48
#define IDI_SHELL_CONFIRM_SHUTDOWN 49
#define IDI_SHELL_BLANK1 50
#define IDI_SHELL_BLANK2 51