shell32: Add tree icon.

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-23 23:16:50 -06:00 committed by Alexandre Julliard
parent cb4181b0e4
commit 1594905e8b
2 changed files with 5 additions and 0 deletions

View File

@ -545,6 +545,10 @@ IDI_SHELL_START_MENU ICON resources/menu.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/menu.ico */
IDI_SHELL_TREE ICON resources/menu.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -210,6 +210,7 @@
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_START_MENU 40
#define IDI_SHELL_MUSIC_CD 41
#define IDI_SHELL_TREE 42
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142