[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1815: Damn you, copy-paste! (trunk/pkg/win32)
Author: edmanm
Date: 2007-07-22 18:48:03 -0400 (Sun, 22 Jul 2007)
New Revision: 1815
Modified:
trunk/pkg/win32/vidalia-bundle.nsi
Log:
Damn you, copy-paste!
Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi 2007-07-22 22:39:33 UTC (rev 1814)
+++ trunk/pkg/win32/vidalia-bundle.nsi 2007-07-22 22:48:03 UTC (rev 1815)
@@ -312,7 +312,7 @@
StrCpy $configfile "$APPDATA\Vidalia\torrc"
goto torrc_shortcut
use_tor_torrc:
- StrCpy $configfile "$APPDATA\Vidalia\torrc"
+ StrCpy $configfile "$APPDATA\Tor\torrc"
torrc_shortcut:
SetShellVarContext all
CreateShortCut "${SHORTCUTS}\Tor\Torrc.lnk" "Notepad.exe" $configfile