]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authornds <nds@opencascade.com>
Thu, 29 Sep 2005 05:47:49 +0000 (05:47 +0000)
committernds <nds@opencascade.com>
Thu, 29 Sep 2005 05:47:49 +0000 (05:47 +0000)
src/SalomeApp/Makefile.in
src/SalomeApp/resources/SalomeApp_images.po
src/SalomeApp/resources/icon_about.png [new file with mode: 0755]
src/Session/SALOME_Session_Server.cxx

index 3c95964be0bbab29d13e402c9816bac12053eacc..3293ec3ec8b3754dbfa7fd1e3df9f9d6849869bd 100755 (executable)
@@ -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
index 29ec0e6e65f443c18f5677af66b69c64613e8b00..b2dc7ba896721ede2cca12eeb0212cfd041fcb9d 100644 (file)
@@ -11,3 +11,6 @@ msgstr ""
 "Last-Translator: FULLNAME <EMAIL@ADDRESS>\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 (executable)
index 0000000..287b4f7
Binary files /dev/null and b/src/SalomeApp/resources/icon_about.png differ
index c4160ad2335c4f77b648e1f0e5487d861fd457d2..c6e3aefe9be9b68a3ad35e8fce8399625b974299 100755 (executable)
@@ -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 );