- Update some icons (shell32)

- Add defines for icons (shell32)
- Add icon for .reg files (regedit)
- Some fixes for hivecls_arm.inf and hivecls_i386.inf

svn path=/trunk/; revision=38949
This commit is contained in:
Dmitry Chapyshev 2009-01-19 18:36:03 +00:00
parent f233dab1ee
commit bae14e1987
10 changed files with 15 additions and 2 deletions

View file

@ -37,3 +37,4 @@ IDI_ROOT ICON DISCARDABLE res/computer.ico
IDI_STRING ICON DISCARDABLE res/string.ico
IDI_BIN ICON DISCARDABLE res/bin.ico
IDI_REGEDIT ICON DISCARDABLE res/regedit.ico
IDI_REGFILE ICON DISCARDABLE res/regfile.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -31,6 +31,7 @@
#define IDS_LIST_COLUMN_LAST 93
#define IDS_APP_TITLE 103
#define IDI_REGEDIT 100
#define IDI_REGFILE 101
#define IDI_SMALL 108
#define IDC_REGEDIT 109
#define IDC_REGEDIT_FRAME 110

View file

@ -41,7 +41,7 @@ HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.e
HKCR,".386","",0x00000000,"vxdfile"
HKCR,".vxd","",0x00000000,"vxdfile"
HKCR,"vxdfile","",0x00000000,"Virtual Device Driver"
HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-157"
HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-156"
; Animated Cursors
HKCR,".ani","",0x00000000,"anifile"
@ -94,6 +94,7 @@ HKCR,"dllfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154
HKCR,".drv","",0x00000000,"drvfile"
HKCR,"drvfile","",0x00000000,"Device Driver"
HKCR,"drvfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-164"
HKCR,"drvfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
; Applicatons
HKCR,".exe","",0x00000000,"exefile"

View file

@ -41,7 +41,7 @@ HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.e
HKCR,".386","",0x00000000,"vxdfile"
HKCR,".vxd","",0x00000000,"vxdfile"
HKCR,"vxdfile","",0x00000000,"Virtual Device Driver"
HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-157"
HKCR,"vxdfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-156"
; Animated Cursors
HKCR,".ani","",0x00000000,"anifile"
@ -94,6 +94,7 @@ HKCR,"dllfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154
HKCR,".drv","",0x00000000,"drvfile"
HKCR,"drvfile","",0x00000000,"Device Driver"
HKCR,"drvfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-164"
HKCR,"drvfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
; Applicatons
HKCR,".exe","",0x00000000,"exefile"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -207,6 +207,7 @@
#define IDS_PICK_ICON_FILTER 0x4125
#define IDI_SHELL_DOCUMENT 1
#define IDI_SHELL_RICH_TEXT 2
#define IDI_SHELL_FOLDER 4
#define IDI_SHELL_FOLDER_OPEN 5
#define IDI_SHELL_5_12_FLOPPY 6
@ -237,7 +238,15 @@
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_OPEN_WITH 135
#define IDI_SHELL_TRASH_FILE 142
#define IDI_SHELL_INF_FILE 151
#define IDI_SHELL_TEXT_FILE 152
#define IDI_SHELL_BAT_FILE 153
#define IDI_SHELL_SYSTEM_FILE 154
#define IDI_SHELL_FONT_FILE 155
#define IDI_SHELL_TT_FONT_FILE 156
#define IDI_SHELL_RUN2 160
#define IDI_SHELL_CONFIRM_DELETE 161
#define IDI_SHELL_MUSIC_FILE 225
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_CONTROL_PANEL1 330
#define IDI_SHELL_ADMINTOOLS 328