From: <sir...@us...> - 2003-03-10 18:42:24
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv2690/dist Modified Files: BT++.nsi Log Message: Fixed error in the torrent association. Index: BT++.nsi =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** BT++.nsi 9 Mar 2003 12:19:35 -0000 1.10 --- BT++.nsi 10 Mar 2003 18:42:20 -0000 1.11 *************** *** 75,79 **** WriteRegBin HKCR bittorrent EditFlags 00000100 WriteRegStr HKCR "bittorrent\shell" "" open ! WriteRegStr HKCR "bittorrent\shell\open\command" "" '$INSTDIR\BT++.exe %1' SectionEnd --- 75,79 ---- WriteRegBin HKCR bittorrent EditFlags 00000100 WriteRegStr HKCR "bittorrent\shell" "" open ! WriteRegStr HKCR "bittorrent\shell\open\command" "" '$INSTDIR\BT++.exe "%1"' SectionEnd |