shell32: Add remaining small 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-30 21:41:26 -06:00 committed by Alexandre Julliard
parent 1a924932da
commit 4c1a5099f0
2 changed files with 20 additions and 0 deletions

View File

@ -1032,13 +1032,28 @@ IDI_SHELL_SEARCH_SMALL ICON resources/search.ico
/* @makedep: resources/help.ico */
IDI_SHELL_HELP_SMALL ICON resources/help.ico
/* @makedep: resources/log_off.ico */
IDI_SHELL_LOG_OFF_SMALL ICON resources/log_off.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
/* @makedep: resources/recent.ico */
IDI_SHELL_RECENT_SMALL ICON resources/recent.ico
/* @makedep: resources/window.ico */
IDI_SHELL_RUN_SMALL ICON resources/window.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_POWER_OFF_SMALL ICON resources/shut_down.ico
/* @makedep: resources/control.ico */
IDI_SHELL_CONTROL_PANEL_SMALL ICON resources/control.ico
/* @makedep: resources/eject.ico */
IDI_SHELL_EJECT_SMALL ICON resources/eject.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH_DIRECTORY ICON resources/search.ico

View File

@ -358,8 +358,13 @@
#define IDI_SHELL_FAVORITES_SMALL 322
#define IDI_SHELL_SEARCH_SMALL 323
#define IDI_SHELL_HELP_SMALL 324
#define IDI_SHELL_LOG_OFF_SMALL 325
#define IDI_SHELL_APP_FOLDER_SMALL 326
#define IDI_SHELL_RECENT_SMALL 327
#define IDI_SHELL_RUN_SMALL 328
#define IDI_SHELL_POWER_OFF_SMALL 329
#define IDI_SHELL_CONTROL_PANEL_SMALL 330
#define IDI_SHELL_EJECT_SMALL 331
/* 332 - 336 not used on Windows */
#define IDI_SHELL_SEARCH_DIRECTORY 337
#define IDI_SHELL_RESTRICTED2 338