jl152#i77196# Improved progress handling on startup

This commit is contained in:
Dirk Voelzke 2010-06-04 08:25:27 +02:00
parent a82d6ff3b4
commit 227d80375c

View file

@ -192,7 +192,7 @@ void SilentCommandEnv::push( uno::Any const & rStatus )
if ( rStatus.hasValue() && ( rStatus >>= sText) )
{
if ( mnLevel <= 2 )
if ( mnLevel <= 3 )
mpDesktop->SetSplashScreenText( sText );
else
mpDesktop->SetSplashScreenProgress( ++mnProgress );