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:
parent
bfeb898451
commit
ba4e09bc04
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue