shell32: Add settings icon.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
76e02a8311
commit
b9a6f75349
|
@ -489,6 +489,9 @@ IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico
|
||||||
/* @makedep: recent.ico */
|
/* @makedep: recent.ico */
|
||||||
IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico
|
IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico
|
||||||
|
|
||||||
|
/* @makedep: control.ico */
|
||||||
|
IDI_SHELL_SETTINGS ICON control.ico
|
||||||
|
|
||||||
/* @makedep: shortcut.ico */
|
/* @makedep: shortcut.ico */
|
||||||
IDI_SHELL_SHORTCUT ICON shortcut.ico
|
IDI_SHELL_SHORTCUT ICON shortcut.ico
|
||||||
|
|
||||||
|
|
|
@ -190,6 +190,7 @@
|
||||||
#define IDI_SHELL_COMPUTERS_NEAR_ME 19
|
#define IDI_SHELL_COMPUTERS_NEAR_ME 19
|
||||||
#define IDI_SHELL_FOLDER_SMALL_XP 20
|
#define IDI_SHELL_FOLDER_SMALL_XP 20
|
||||||
#define IDI_SHELL_RECENT_DOCUMENTS 21
|
#define IDI_SHELL_RECENT_DOCUMENTS 21
|
||||||
|
#define IDI_SHELL_SETTINGS 22
|
||||||
#define IDI_SHELL_SEARCH 23
|
#define IDI_SHELL_SEARCH 23
|
||||||
#define IDI_SHELL_HELP 24
|
#define IDI_SHELL_HELP 24
|
||||||
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
|
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
|
||||||
|
|
Loading…
Reference in New Issue