Changeset 2670
- Timestamp:
- 06/04/08 20:44:11 (7 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
r2669 r2670 83 83 !define MUI_FINISHPAGE_RUN_TEXT "$(BundleRunNow)" 84 84 !define MUI_FINISHPAGE_LINK "$(BundleLinkText)" 85 !define MUI_FINISHPAGE_LINK_LOCATION "http ://www.torproject.org/docs/tor-doc-win32.html"85 !define MUI_FINISHPAGE_LINK_LOCATION "https://www.torproject.org/docs/tor-doc-win32.html" 86 86 87 87 ;-------------------------------- … … 241 241 File "tor\${TOR_APPVERSION}\tor.exe" 242 242 File "tor\${TOR_APPVERSION}\tor-resolve.exe" 243 WriteIniStr "$INSTDIR\Tor\Tor Website.url" "InternetShortcut" "URL" "http ://www.torproject.org"243 WriteIniStr "$INSTDIR\Tor\Tor Website.url" "InternetShortcut" "URL" "https://www.torproject.org" 244 244 245 245 ; If the user is also installing Vidalia, then don't confuse them by
