[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

svn path=/trunk/; revision=53927
This commit is contained in:
Giannis Adamopoulos 2011-10-02 13:49:11 +00:00
parent d8f1973e87
commit a4bc1ebf2b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -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