[ros-diffs] [janderwald] 29343: - fix typo
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Mon Oct 1 22:25:16 CEST 2007
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?rev=29343&r1=29342&r2=29343&view=diff
==============================================================================
--- 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}"
More information about the Ros-diffs
mailing list