[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1534: Oops. I committed r1533 before actually saving all my change (trunk/pkg/win32)



Author: edmanm
Date: 2006-12-16 17:04:01 -0500 (Sat, 16 Dec 2006)
New Revision: 1534

Modified:
   trunk/pkg/win32/vidalia-bundle.nsi
Log:
Oops. I committed r1533 before actually saving all my changes. 'svn diff' is your
friend.


Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi	2006-12-16 21:26:51 UTC (rev 1533)
+++ trunk/pkg/win32/vidalia-bundle.nsi	2006-12-16 22:04:01 UTC (rev 1534)
@@ -200,7 +200,7 @@
         
         IfFileExists "$INSTDIR\Tor\Documents\*.*" "" endifdocs
           CreateDirectory "$SMPROGRAMS\Tor\Documents"
-          CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Documents\tor-reference.html"
+          CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Tor\Documents\tor-reference.html"
           CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Tor\Documents"
           CreateShortCut "$SMPROGRAMS\Tor\Documents\Version Specification.lnk" "$INSTDIR\Tor\Documents\version-spec.txt"
         endifdocs: