Commit 856e68e1 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add logoff icon.

Adapted from system-log-out in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 27b74b5a
......@@ -75,6 +75,7 @@ SVG_SRCS = \
resources/folder_open.svg \
resources/help.svg \
resources/internet.svg \
resources/log_off.svg \
resources/menu.svg \
resources/mycomputer.svg \
resources/mydocs.svg \
......
......@@ -556,6 +556,9 @@ IDI_SHELL_REMOTE_FOLDER ICON resources/folder.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES ICON resources/favorites.ico
/* @makedep: resources/log_off.ico */
IDI_SHELL_LOG_OFF ICON resources/log_off.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
......
......@@ -213,6 +213,7 @@
#define IDI_SHELL_TREE 42
#define IDI_SHELL_REMOTE_FOLDER 43
#define IDI_SHELL_FAVORITES 44
#define IDI_SHELL_LOG_OFF 45
#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