shell32: Add checklist folder 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-27 20:40:58 -06:00 committed by Alexandre Julliard
parent 5e8803ace4
commit fa1bf3b30f
2 changed files with 5 additions and 0 deletions

View File

@ -700,6 +700,10 @@ IDI_SHELL_NETWORK_FOLDER ICON resources/folder.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_CHECKLIST_FOLDER ICON resources/folder.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico

View File

@ -261,6 +261,7 @@
#define IDI_SHELL_TREEVIEW 171
#define IDI_SHELL_NETWORK_FOLDER 172
#define IDI_SHELL_FAVORITES_FOLDER 173
#define IDI_SHELL_CHECKLIST_FOLDER 174
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243