From dfff9273891e5a91753def02eb73ebf095b21727 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 2 Dec 2014 17:01:16 +0100 Subject: Windows: update URLs to points to the online documentation. Use a dedicated donation link. --- src/Setup/Setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup') 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); -- cgit v1.2.3