Bug 475885 - Error compiling uninstaller - StrCpy expects 2-4 parameters, got 6. in CreateShortcutsLog. r=mconnor

This commit is contained in:
Robert Strong 2009-01-29 15:52:32 -08:00
Родитель 1967d2484b
Коммит 54418bdd3e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -512,7 +512,7 @@
${GetShortcutsLogPath} $0
${Unless} ${FileExists} "$0"
; Default to ${BrandFullName} for the Start Menu Folder
StrCpy $TmpVal ${BrandFullName}
StrCpy $TmpVal "${BrandFullName}"
; Prior to Firefox 3.1 the Start Menu directory was written to the registry and
; this value can be used to set the Start Menu directory.
ClearErrors