Commit 4c1a5099 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add remaining small icons.

parent 1a924932
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment