saner waiting times

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5913 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-02-01 00:29:35 +00:00
parent 37fdba53fd
commit 7ae5b898a6

View file

@ -17,7 +17,7 @@ Function .onInit
again:
IntOp $0 $0 + 1
Sleep 1
StrCmp $0 1000 0 again
StrCmp $0 100 0 again
GetDlgItem $2 $1 1030
SendMessage $2 ${WM_SETTEXT} 0 "STR:Calculating more important stuff..."
@ -25,7 +25,7 @@ Function .onInit
again2:
IntOp $0 $0 + 1
Sleep 1
StrCmp $0 2000 0 again2
StrCmp $0 200 0 again2
Banner::destroy
FunctionEnd