From: nds Date: Mon, 3 Oct 2005 14:07:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e4be2d291e6c2688b5162ae2a79b94f76900728;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/SalomeApp/Makefile.in b/src/SalomeApp/Makefile.in index 3293ec3ec..3c95964be 100755 --- a/src/SalomeApp/Makefile.in +++ b/src/SalomeApp/Makefile.in @@ -62,8 +62,7 @@ LIB_CLIENT_IDL = SALOMEDS.idl \ SALOME_Exception.idl \ SALOME_GenericObj.idl -RESOURCES_FILES = icon_about.png \ - SalomeApp.ini \ +RESOURCES_FILES = SalomeApp.ini \ SalomeApp.xml CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome diff --git a/src/SalomeApp/resources/SalomeApp_images.po b/src/SalomeApp/resources/SalomeApp_images.po index b2dc7ba89..29ec0e6e6 100644 --- a/src/SalomeApp/resources/SalomeApp_images.po +++ b/src/SalomeApp/resources/SalomeApp_images.po @@ -11,6 +11,3 @@ msgstr "" "Last-Translator: FULLNAME \n" "Content-Type: text/plain; charset=iso-8859-1\n" -msgid "ABOUT" -msgstr "icon_about.png" - diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index c6e3aefe9..d47c626a0 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -323,11 +323,11 @@ int main( int argc, char **argv ) SUIT_ResourceMgr resMgr( "SalomeApp", QString( "%1Config" ) ); resMgr.setVersion( salomeVersion() ); resMgr.setCurrentFormat( "xml" ); - resMgr.loadLanguage( "SalomeApp", "en" ); + resMgr.loadLanguage( "LightApp", "en" ); // 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 );