[ros-diffs] [gadamopoulos] 53927: [explorer] - Somehow our shell now expects the icon of My Computer to be the resource icon %SystemRoot%\Explorer.exe, 0. Change the resource id of My computer icon to 0 to fix ...

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Sun Oct 2 13:49:11 UTC 2011


Author: gadamopoulos
Date: Sun Oct  2 13:49:11 2011
New Revision: 53927

URL: http://svn.reactos.org/svn/reactos?rev=53927&view=rev
Log:
[explorer]
- Somehow our shell now expects the icon of My Computer to be the resource icon %SystemRoot%\Explorer.exe,0. Change the resource id of My computer icon to 0 to fix the wrong icon on the desktop

Added:
    trunk/reactos/base/shell/explorer/res/computer.ico
      - copied unchanged from r53916, trunk/reactos/dll/win32/shell32/res/icons/16.ico
Modified:
    trunk/reactos/base/shell/explorer/resource.h

Modified: trunk/reactos/base/shell/explorer/resource.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/resource.h?rev=53927&r1=53926&r2=53927&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/resource.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/resource.h [iso-8859-1] Sun Oct  2 13:49:11 2011
@@ -2,6 +2,7 @@
 // Microsoft Developer Studio generated include file.
 // Used by explorer_intres.rc
 //
+#define IDI_COMPUTER                    0
 #define IDS_TITLE                       1
 #define MANIFEST_RESOURCE_ID            1
 #define IDS_START                       2
@@ -91,7 +92,6 @@
 #define IDI_SEARCH_DOC                  146
 #define IDI_PRINTER                     147
 #define IDI_NETWORK                     148
-#define IDI_COMPUTER                    149
 #define IDM_DESKTOPBAR                  150
 #define IDM_VOLUME                      151
 #define IDM_NOTIFYAREA                  152




More information about the Ros-diffs mailing list