Fix review comment for Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). overrides.nsh changes. r=jmathies

This commit is contained in:
Robert Strong 2010-06-21 18:25:14 -07:00
Родитель 751dbc21ce
Коммит ddc01ced6a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -251,7 +251,7 @@
StrCmp $9 'B0' +3
GetLabelAddress $9 findfirst
goto call
DetailPrint 'Search in: $R8'
; DetailPrint 'Search in: $R8'
findfirst:
FindFirst $0 $R7 '$R8\$4'
@ -523,7 +523,7 @@
TextFunc_TextCompareNoDetails${_OVERRIDE_S}_slow:
StrCmp${_OVERRIDE_S} $4 '' TextFunc_TextCompareNoDetails${_OVERRIDE_S}_close
StrCpy $6 ''
DetailPrint '$8. $9'
; DetailPrint '$8. $9'
FileSeek $5 0
TextFunc_TextCompareNoDetails${_OVERRIDE_S}_slownext: