зеркало из https://github.com/mozilla/gecko-dev.git
Bug 475885 - Error compiling uninstaller - StrCpy expects 2-4 parameters, got 6. in CreateShortcutsLog. r=mconnor
This commit is contained in:
Родитель
1967d2484b
Коммит
54418bdd3e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче