shell32: Add modem 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:46 -06:00 committed by Alexandre Julliard
parent 8969e6f37f
commit 76e77535c2
2 changed files with 5 additions and 0 deletions

View File

@ -516,6 +516,10 @@ IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
/* @makedep: resources/trash_full.ico */
IDI_SHELL_FULL_RECYCLE_BIN ICON resources/trash_full.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_MODEM_FOLDER ICON resources/folder.ico
/* @makedep: resources/desktop.ico */
IDI_SHELL_DESKTOP ICON resources/desktop.ico

View File

@ -202,6 +202,7 @@
#define IDI_SHELL_FOLDER_OPEN_SMALL 31
#define IDI_SHELL_EMPTY_RECYCLE_BIN 32
#define IDI_SHELL_FULL_RECYCLE_BIN 33
#define IDI_SHELL_MODEM_FOLDER 34
#define IDI_SHELL_DESKTOP 35
#define IDI_SHELL_CONTROL_PANEL 36
#define IDI_SHELL_PRINTERS_FOLDER 38