From bff7c0a6378d53ab0d99f4b17d4c829c9e6112f1 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Tue, 20 Dec 2011 22:55:42 +0000 Subject: [PATCH] [BOOTDATA] - Remove "Explore from here" from context menu. It's useless, does not exist in Windows and can't be translated in current form. svn path=/trunk/; revision=54723 --- reactos/boot/bootdata/hivecls_i386.inf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/boot/bootdata/hivecls_i386.inf b/reactos/boot/bootdata/hivecls_i386.inf index bcd2d137808..3e5da35510a 100644 --- a/reactos/boot/bootdata/hivecls_i386.inf +++ b/reactos/boot/bootdata/hivecls_i386.inf @@ -10,11 +10,9 @@ HKCR,"SystemFileAssociations","",0x00000000,"" ; Folders HKCR,"Folder","",0x00000000,"Folder" -;HKCR,"Folder\Defaulticon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4" +;HKCR,"Folder\DefaultIcon","",0x00000000,"%SystemRoot%\system32\shell32.dll,-4" HKCR,"Folder\shell\open\command","",0x00000000,"explorer.exe ""%1""" HKCR,"Folder\shell\explore\command","",0x00000000,"explorer.exe /e,""%1""" -HKCR,"Folder\shell\rootexplore","",0x00000000,"Explore from here" -HKCR,"Folder\shell\rootexplore\command","",0x00000000,"explorer.exe /e,/root,""%1""" ; Drive property page HKCR,"CLSID\{5F5295E0-429F-1069-A2E2-08002B30309D}","",0x00000000,"Drive Property Page Extension"