From 0a11b7ce0678fb4d98f71f752f6eace51ae970be Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 28 Sep 2005 08:15:38 +0000 Subject: [PATCH] Load icon "ABOUT" from LightApp, not SalomeApp --- src/Session/SALOME_Session_Server.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index c6e3aefe9..c4160ad23 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -327,7 +327,7 @@ int main( int argc, char **argv ) // create splash object: widget ( splash with progress bar ) and "pinging" thread InquireServersGUI splash; - splash.setPixmap( resMgr.loadPixmap( "SalomeApp", QObject::tr( "ABOUT" ) ) ); + splash.setPixmap( resMgr.loadPixmap( "LightApp", QObject::tr( "ABOUT" ) ) ); SUIT_Tools::centerWidget( &splash, _qappl.desktop() ); _qappl.setMainWidget( &splash ); -- 2.39.2