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

shell32: Add update icon.

Adapted from software-update-available in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 15c06129
......@@ -92,4 +92,5 @@ SVG_SRCS = \
resources/sleep.svg \
resources/trash_file.svg \
resources/trash_full.svg \
resources/update.svg \
resources/window.svg
......@@ -563,6 +563,9 @@ IDI_SHELL_LOG_OFF ICON resources/log_off.ico
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico
/* @makedep: resources/update.ico */
IDI_SHELL_UPDATE ICON resources/update.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
......
......@@ -215,6 +215,7 @@
#define IDI_SHELL_FAVORITES 44
#define IDI_SHELL_LOG_OFF 45
#define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_UPDATE 47
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142
......
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