1*2000 is not 1000

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3646 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-03 13:14:26 +00:00
parent bfeb898451
commit ba4e09bc04

View file

@ -22,12 +22,10 @@ Function .onInit
GetDlgItem $2 $1 1030
SendMessage $2 ${WM_SETTEXT} 0 "STR:Calculating more important stuff..."
StrCpy $0 0
again2:
IntOp $0 $0 + 1
Sleep 1
StrCmp $0 1000 0 again2
StrCmp $0 2000 0 again2
Banner::destroy
FunctionEnd