1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: update URLs to points to the online documentation. Use a dedicated donation link.

This commit is contained in:
Mounir IDRASSI
2014-12-02 17:01:16 +01:00
parent e6ebc63c66
commit dfff927389
3 changed files with 106 additions and 6 deletions

View File

@@ -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);