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:
parent
12a6a58cca
commit
5d66862e5a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue