SALOME_Exception.idl \
SALOME_GenericObj.idl
-RESOURCES_FILES = SalomeApp.ini \
+RESOURCES_FILES = icon_about.png \
+ SalomeApp.ini \
SalomeApp.xml
CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
// create splash object: widget ( splash with progress bar ) and "pinging" thread
InquireServersGUI splash;
- splash.setPixmap( resMgr.loadPixmap( "LightApp", QObject::tr( "ABOUT" ) ) );
+ splash.setPixmap( resMgr.loadPixmap( "SalomeApp", QObject::tr( "ABOUT" ) ) );
SUIT_Tools::centerWidget( &splash, _qappl.desktop() );
_qappl.setMainWidget( &splash );