mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[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:
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 |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue