diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-02 17:01:16 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-04 13:47:30 +0100 |
commit | dfff9273891e5a91753def02eb73ebf095b21727 (patch) | |
tree | 7f3651f223bff82e4b4d1da63008030e9292a00b /src/Setup | |
parent | e6ebc63c665dfd38802f63ad8882f573e66cd208 (diff) | |
download | VeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.tar.gz VeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.zip |
Windows: update URLs to points to the online documentation. Use a dedicated donation link.
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 4737724c..9f202578 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -1247,7 +1247,7 @@ BOOL DoShortcutsInstall (HWND hwndDlg, char *szDestDir, BOOL bProgGroup, BOOL bD f = fopen (szTmp2, "w");
if (f)
{
- fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_HOMEPAGE);
+ fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_APPLINK);
CheckFileStreamWriteErrors (f, szTmp2);
fclose (f);
|