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:
parent
ade232ada1
commit
e7a3ce7016
|
@ -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 \
|
||||
|
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue