Author: janderwald Date: Tue Oct 2 00:25:16 2007 New Revision: 29343
URL: http://svn.reactos.org/svn/reactos?rev=29343&view=rev Log: - fix typo
Modified: trunk/reactos/boot/bootdata/hivecls.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?r... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls.inf (original) +++ trunk/reactos/boot/bootdata/hivecls.inf Tue Oct 2 00:25:16 2007 @@ -63,7 +63,7 @@
; Applicatons HKCR,".exe","",0x00000000,"exefile" -HKCR,"exefile","",0x00000000,"ReactOS Applicaton" +HKCR,"exefile","",0x00000000,"ReactOS Application" HKCR,"exefile\Defaulticon","",0x00000000,"%1" HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
@@ -110,6 +110,7 @@ ; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32) ; Don't display extension for shortcuts HKCR,".lnk","",0x00000000,"lnkfile" +HKCR,"lnkfile","",0x00000000,"Shortcut" HKCR,"lnkfile","NeverShowExt",0x00000000,"" HKCR,"lnkfile","IsShortcut",0x00000000,"yes" HKCR,"lnkfile\CLSID","",0x00000000,"{00021401-0000-0000-C000-000000000046}"