Author: rnaumann
Date: Tue Sep 15 21:26:08 2015
New Revision: 69247
URL:
http://svn.reactos.org/svn/reactos?rev=69247&view=rev
Log:
[SHELL33] fix a typo and the icon id's in recyclebin reg script. Now the icons are
correct again. CORE-10193
Modified:
trunk/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs
trunk/reactos/dll/win32/shell32/shresdef.h
Modified: trunk/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/rgs/…
==============================================================================
--- trunk/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/res/rgs/recyclebin.rgs [iso-8859-1] Tue Sep 15
21:26:08 2015
@@ -9,8 +9,8 @@
val 'LocalizedString' = e
'(a)%%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%'
{
Modified: trunk/reactos/dll/win32/shell32/shresdef.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shresdef…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shresdef.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shresdef.h [iso-8859-1] Tue Sep 15 21:26:08 2015
@@ -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