shell32: Add upload 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:52 -06:00 committed by Alexandre Julliard
parent ddaf6bb137
commit d721c454e6
2 changed files with 5 additions and 0 deletions

View File

@ -868,6 +868,10 @@ IDI_SHELL_RENAME ICON resources/rename.ico
/* @makedep: resources/copy.ico */
IDI_SHELL_COPY ICON resources/copy.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/internet.ico */
IDI_SHELL_UPLOAD ICON resources/internet.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico

View File

@ -311,6 +311,7 @@
#define IDI_SHELL_MOVE 241
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
#define IDI_SHELL_UPLOAD 244
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
#define IDI_SHELL_NEW_NETWORK_FOLDER 258
#define IDI_SHELL_WRITE_DISC 260