mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[shell32]
- Add two dummy icons for id 26 and 27. Now trying to load the recycle bin icon by index works svn path=/trunk/; revision=53951
This commit is contained in:
parent
76fd17af43
commit
31934befae
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ IDI_SHELL_CONTROL_PANEL ICON "res/icons/22.ico"
|
|||
IDI_SHELL_SEARCH ICON "res/icons/23.ico"
|
||||
IDI_SHELL_HELP ICON "res/icons/24.ico"
|
||||
IDI_SHELL_RUN ICON "res/icons/25.ico"
|
||||
26 ICON "res/icons/1.ico"
|
||||
27 ICON "res/icons/1.ico"
|
||||
IDI_SHELL_SHUTDOWN ICON "res/icons/28.ico"
|
||||
IDI_SHELL_SHARE ICON "res/icons/29.ico"
|
||||
IDI_SHELL_SHORTCUT ICON "res/icons/30.ico"
|
||||
|
|
Loading…
Reference in a new issue