shell32: Add window-on-monitor and desktop-on-monitor icons.

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-28 23:47:26 -06:00 committed by Alexandre Julliard
parent 2c3d0b7672
commit 8017c259ca
2 changed files with 10 additions and 0 deletions

View File

@ -722,6 +722,14 @@ IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_REMOTE_CONNECTION ICON resources/internet.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mycomputer.ico */
IDI_SHELL_WINDOW_ON_MONITOR ICON resources/mycomputer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mycomputer.ico */
IDI_SHELL_DESKTOP_ON_MONITOR ICON resources/mycomputer.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico

View File

@ -267,6 +267,8 @@
#define IDI_SHELL_VISUAL_SETTINGS 177
#define IDI_SHELL_NEW_WEB_PAGE 178
#define IDI_SHELL_REMOTE_CONNECTION 179
#define IDI_SHELL_WINDOW_ON_MONITOR 180
#define IDI_SHELL_DESKTOP_ON_MONITOR 181
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242