Commit e7a3ce70 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

parent ade232ad
...@@ -77,7 +77,6 @@ SVG_SRCS = \ ...@@ -77,7 +77,6 @@ SVG_SRCS = \
resources/folder_open.svg \ resources/folder_open.svg \
resources/help.svg \ resources/help.svg \
resources/internet.svg \ resources/internet.svg \
resources/lock.svg \
resources/log_off.svg \ resources/log_off.svg \
resources/menu.svg \ resources/menu.svg \
resources/mycomputer.svg \ resources/mycomputer.svg \
...@@ -91,6 +90,7 @@ SVG_SRCS = \ ...@@ -91,6 +90,7 @@ SVG_SRCS = \
resources/recent.svg \ resources/recent.svg \
resources/rename.svg \ resources/rename.svg \
resources/search.svg \ resources/search.svg \
resources/security.svg \
resources/shortcut.svg \ resources/shortcut.svg \
resources/shut_down.svg \ resources/shut_down.svg \
resources/sleep.svg \ resources/sleep.svg \
......
...@@ -566,8 +566,8 @@ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico ...@@ -566,8 +566,8 @@ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico
/* @makedep: resources/update.ico */ /* @makedep: resources/update.ico */
IDI_SHELL_UPDATE ICON resources/update.ico IDI_SHELL_UPDATE ICON resources/update.ico
/* @makedep: resources/lock.ico */ /* @makedep: resources/security.ico */
IDI_SHELL_RIGHTS ICON resources/lock.ico IDI_SHELL_SECURITY ICON resources/security.ico
/* @makedep: resources/shut_down.ico */ /* @makedep: resources/shut_down.ico */
IDI_SHELL_CONFIRM_SHUTDOWN ICON resources/shut_down.ico IDI_SHELL_CONFIRM_SHUTDOWN ICON resources/shut_down.ico
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
#define IDI_SHELL_LOG_OFF 45 #define IDI_SHELL_LOG_OFF 45
#define IDI_SHELL_SEARCH_FOLDER 46 #define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_UPDATE 47 #define IDI_SHELL_UPDATE 47
#define IDI_SHELL_RIGHTS 48 #define IDI_SHELL_SECURITY 48
#define IDI_SHELL_CONFIRM_SHUTDOWN 49 #define IDI_SHELL_CONFIRM_SHUTDOWN 49
#define IDI_SHELL_BLANK1 50 #define IDI_SHELL_BLANK1 50
#define IDI_SHELL_BLANK2 51 #define IDI_SHELL_BLANK2 51
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment