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