]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authornds <nds@opencascade.com>
Mon, 3 Oct 2005 14:07:32 +0000 (14:07 +0000)
committernds <nds@opencascade.com>
Mon, 3 Oct 2005 14:07:32 +0000 (14:07 +0000)
src/SalomeApp/Makefile.in
src/SalomeApp/resources/SalomeApp_images.po
src/Session/SALOME_Session_Server.cxx

index 3293ec3ec8b3754dbfa7fd1e3df9f9d6849869bd..3c95964be0bbab29d13e402c9816bac12053eacc 100755 (executable)
@@ -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
index b2dc7ba896721ede2cca12eeb0212cfd041fcb9d..29ec0e6e65f443c18f5677af66b69c64613e8b00 100644 (file)
@@ -11,6 +11,3 @@ msgstr ""
 "Last-Translator: FULLNAME <EMAIL@ADDRESS>\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 
-msgid "ABOUT"
-msgstr "icon_about.png"
-
index c6e3aefe9be9b68a3ad35e8fce8399625b974299..d47c626a0a26e0288afb8183ca1474b25b13e4d6 100755 (executable)
@@ -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 );