shell32: Add application 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-21 20:37:47 -06:00 committed by Alexandre Julliard
parent 76e77535c2
commit 694af9c6b7
2 changed files with 5 additions and 0 deletions

View File

@ -526,6 +526,10 @@ IDI_SHELL_DESKTOP ICON resources/desktop.ico
/* @makedep: resources/control.ico */
IDI_SHELL_CONTROL_PANEL ICON resources/control.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_APP_FOLDER ICON resources/folder.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -205,6 +205,7 @@
#define IDI_SHELL_MODEM_FOLDER 34
#define IDI_SHELL_DESKTOP 35
#define IDI_SHELL_CONTROL_PANEL 36
#define IDI_SHELL_APP_FOLDER 37
#define IDI_SHELL_PRINTERS_FOLDER 38
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_REMOTE_PRINTER 140