shell32: Add print 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-29 23:37:53 -06:00 committed by Alexandre Julliard
parent d721c454e6
commit 2e703dbc7a
2 changed files with 4 additions and 0 deletions

View File

@ -872,6 +872,9 @@ IDI_SHELL_COPY ICON resources/copy.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_UPLOAD ICON resources/internet.ico
/* @makedep: resources/printer.ico */
IDI_SHELL_PRINT ICON resources/printer.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico

View File

@ -312,6 +312,7 @@
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
#define IDI_SHELL_UPLOAD 244
#define IDI_SHELL_PRINT 245
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
#define IDI_SHELL_WRITE_DISC 260