[SHELL33] fix a typo and the icon id's in recyclebin reg script. Now the icons are correct again. CORE-10193

svn path=/trunk/; revision=69247
This commit is contained in:
Robert Naumann 2015-09-15 21:26:08 +00:00
parent bd86e6260e
commit 8c9ca5b5e6
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ HKCR
val 'LocalizedString' = e '@%%SystemRoot%%\system32\SHELL32.dll,-8964'
DefaultIcon = e '%%SystemRoot%%\System32\shell32.dll,31'
{
val Empty = e '%%SystemRoot%%\System32\shell32.dll,30'
val Full = e '%%SystemRoot%%\System32\shell32.dll,31'
val Empty = e '%%SystemRoot%%\System32\shell32.dll,31'
val Full = e '%%SystemRoot%%\System32\shell32.dll,32'
}
InprocServer32 = s '%MODULE%'
{

View file

@ -528,7 +528,7 @@
#define IDI_SHELL_WEB_BROWSER 512
#define IDI_SHELL_IDEA 1001
#define IDI_SHELL_PRINTER_OK2 1002
#define IDI_SHELL_SERVEROK 1003
#define IDI_SHELL_SERVER_OK 1003
#define IDI_SHELL_HELP_FILE1 1004
#define IDI_SHELL_FILE_MOVE1 1005
#define IDI_SHELL_FILE_PRINT 1006