[etoys-dev] [SVN][622] fix typo in registry setting that prevent lanuching Etoys by double click * .pr

commits at etoys.squeak.org commits at etoys.squeak.org
Tue Oct 5 05:29:09 EDT 2010


Repository: http://etoys.squeak.org/svn

Revision: 622
Author:   KR
Date:     2010-10-05 09:29:06 +0000 (Tue, 05 Oct 2010)
Log Message:
-----------
fix typo in registry setting that prevent lanuching Etoys by double click *.pr

Modified Paths:
--------------
    trunk/installers/win32/olpc.nsi

-------------- next part --------------
Modified: trunk/installers/win32/olpc.nsi
===================================================================
--- trunk/installers/win32/olpc.nsi	2010-10-04 17:08:01 UTC (rev 621)
+++ trunk/installers/win32/olpc.nsi	2010-10-05 09:29:06 UTC (rev 622)
@@ -140,7 +140,7 @@
   WriteRegStr HKCR "${ProjectExt}" "Content Type" "application/x-squeak-project"
   WriteRegStr HKCR "${Product}.Project\shell" "" "open"
   WriteRegStr HKCR "${Product}.Project\DefaultIcon" "" "${EtoysExe},0"
-  WriteRegStr HKCR "${Product}.Project\shell\open\command" "" '"${EtoysExe}" "$INSTDIR\Resouces\${EtoysImage}" "%1"'
+  WriteRegStr HKCR "${Product}.Project\shell\open\command" "" '"${EtoysExe}" "$INSTDIR\Resources\${EtoysImage}" "%1"'
 
 
 ;  WriteRegStr HKCR "${ProjectExt}" "Content Type" "application/x-squeak-project"


More information about the etoys-dev mailing list