Răsfoiți Sursa

Fix a last minute change.

Martijn Laan 5 ani în urmă
părinte
comite
7e3157ecf1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Projects/Install.pas

+ 1 - 1
Projects/Install.pas

@@ -2059,7 +2059,7 @@ var
           environment-variable strings (e.g. %SystemRoot%\...) }
           environment-variable strings (e.g. %SystemRoot%\...) }
         ResultingFilename := CreateShellLink(LinkFilename, Description, Path,
         ResultingFilename := CreateShellLink(LinkFilename, Description, Path,
           Parameters, WorkingDir, IconFilename, IconIndex, ShowCmd, HotKey,
           Parameters, WorkingDir, IconFilename, IconIndex, ShowCmd, HotKey,
-          FolderShortcut, AppUserModelID, @AppUserModelToastActivatorCLSID,
+          FolderShortcut, AppUserModelID, AppUserModelToastActivatorCLSID,
           ExcludeFromShowInNewInstall, PreventPinning);
           ExcludeFromShowInNewInstall, PreventPinning);
         FolderShortcutCreated := FolderShortcut and DirExists(ResultingFilename);
         FolderShortcutCreated := FolderShortcut and DirExists(ResultingFilename);