From: nds Date: Thu, 29 Sep 2005 05:47:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e81c79995287b9538e414d7a39691b8a18c59b3d;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/SalomeApp/Makefile.in b/src/SalomeApp/Makefile.in index 3c95964be..3293ec3ec 100755 --- a/src/SalomeApp/Makefile.in +++ b/src/SalomeApp/Makefile.in @@ -62,7 +62,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \ 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 diff --git a/src/SalomeApp/resources/SalomeApp_images.po b/src/SalomeApp/resources/SalomeApp_images.po index 29ec0e6e6..b2dc7ba89 100644 --- a/src/SalomeApp/resources/SalomeApp_images.po +++ b/src/SalomeApp/resources/SalomeApp_images.po @@ -11,3 +11,6 @@ msgstr "" "Last-Translator: FULLNAME \n" "Content-Type: text/plain; charset=iso-8859-1\n" +msgid "ABOUT" +msgstr "icon_about.png" + diff --git a/src/SalomeApp/resources/icon_about.png b/src/SalomeApp/resources/icon_about.png new file mode 100755 index 000000000..287b4f766 Binary files /dev/null and b/src/SalomeApp/resources/icon_about.png differ diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index c4160ad23..c6e3aefe9 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( "LightApp", QObject::tr( "ABOUT" ) ) ); + splash.setPixmap( resMgr.loadPixmap( "SalomeApp", QObject::tr( "ABOUT" ) ) ); SUIT_Tools::centerWidget( &splash, _qappl.desktop() ); _qappl.setMainWidget( &splash );