make ShowProgressUI return in Mac OS X updater

This commit is contained in:
joshmoz%gmail.com 2005-06-21 23:52:26 +00:00
parent f4b1257d12
commit 21f31989b4

View File

@ -88,7 +88,7 @@ static const char *sProgramPath;
if (sQuit) {
[aTimer invalidate];
[aTimer release];
[[NSApplication sharedApplication] terminate:self];
[[NSApplication sharedApplication] stop:self];
}
float progress = sProgressVal;