shell32: Add documents 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-28 23:47:38 -06:00 committed by Alexandre Julliard
parent 12a6a58cca
commit 5d66862e5a
2 changed files with 5 additions and 0 deletions

View File

@ -800,6 +800,10 @@ IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_DVD ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/document.ico */
IDI_SHELL_DOCUMENTS ICON resources/document.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico

View File

@ -292,6 +292,7 @@
#define IDI_SHELL_USERS 220
#define IDI_SHELL_POWER_OFF 221
#define IDI_SHELL_DVD 222
#define IDI_SHELL_DOCUMENTS 223
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236