From 8c9ca5b5e6077eeb5ba479ed483447e94ede92f6 Mon Sep 17 00:00:00 2001 From: Robert Naumann Date: Tue, 15 Sep 2015 21:26:08 +0000 Subject: [PATCH] [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 --- reactos/dll/win32/shell32/res/rgs/recyclebin.rgs | 4 ++-- reactos/dll/win32/shell32/shresdef.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs b/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs index 9404898a031..fec6450df31 100644 --- a/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs +++ b/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs @@ -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%' { diff --git a/reactos/dll/win32/shell32/shresdef.h b/reactos/dll/win32/shell32/shresdef.h index 22ffdcf7599..1304b0db2e4 100644 --- a/reactos/dll/win32/shell32/shresdef.h +++ b/reactos/dll/win32/shell32/shresdef.h @@ -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