jl152#i77196# Improved progress handling on startup
This commit is contained in:
parent
a82d6ff3b4
commit
227d80375c
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue