Author: dchapyshev Date: Mon Jan 19 12:36:03 2009 New Revision: 38949
URL: http://svn.reactos.org/svn/reactos?rev=38949&view=rev Log: - 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
Added: trunk/reactos/base/applications/regedit/res/regfile.ico (with props) Modified: trunk/reactos/base/applications/regedit/regedit.rc trunk/reactos/base/applications/regedit/resource.h trunk/reactos/boot/bootdata/hivecls_arm.inf trunk/reactos/boot/bootdata/hivecls_i386.inf trunk/reactos/dll/win32/shell32/res/icons/151.ico trunk/reactos/dll/win32/shell32/res/icons/152.ico trunk/reactos/dll/win32/shell32/res/icons/154.ico trunk/reactos/dll/win32/shell32/res/icons/2.ico trunk/reactos/dll/win32/shell32/shresdef.h
Modified: trunk/reactos/base/applications/regedit/regedit.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/regedit.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/regedit.rc [iso-8859-1] Mon Jan 19 12:36:03 2009 @@ -37,3 +37,4 @@ 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
Added: trunk/reactos/base/applications/regedit/res/regfile.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== Binary file - no diff available.
Propchange: trunk/reactos/base/applications/regedit/res/regfile.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
Modified: trunk/reactos/base/applications/regedit/resource.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/resource.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/resource.h [iso-8859-1] Mon Jan 19 12:36:03 2009 @@ -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
Modified: trunk/reactos/boot/bootdata/hivecls_arm.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_arm.i... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls_arm.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/hivecls_arm.inf [iso-8859-1] Mon Jan 19 12:36:03 2009 @@ -41,7 +41,7 @@ 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,".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"
Modified: trunk/reactos/boot/bootdata/hivecls_i386.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_i386.... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] Mon Jan 19 12:36:03 2009 @@ -41,7 +41,7 @@ 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,".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"
Modified: trunk/reactos/dll/win32/shell32/res/icons/151.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons... ============================================================================== Binary files - no diff available.
Modified: trunk/reactos/dll/win32/shell32/res/icons/152.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons... ============================================================================== Binary files - no diff available.
Modified: trunk/reactos/dll/win32/shell32/res/icons/154.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons... ============================================================================== Binary files - no diff available.
Modified: trunk/reactos/dll/win32/shell32/res/icons/2.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons... ============================================================================== Binary files - no diff available.
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] Mon Jan 19 12:36:03 2009 @@ -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