diff options
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);
|