- show START and END of update.log

- tiny beautification in updater
This commit is contained in:
Michael Kaufmann (d00p)
2010-05-17 08:42:32 +00:00
parent f331dee8a1
commit 711f54662c
2 changed files with 4 additions and 3 deletions

View File

@@ -280,7 +280,8 @@ if(isFroxlorVersion('0.9-r3'))
if(isFroxlorVersion('0.9-r4'))
{
showUpdateStep("Updating from 0.9-r4 to 0.9 final", false);
showUpdateStep("Updating from 0.9-r4 to 0.9 final");
lastStepStatus(0);
updateToVersion('0.9');
}