Revision: 5887
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5887&view=rev
Author: manningr
Date: 2010-09-18 16:45:39 +0000 (Sat, 18 Sep 2010)
Log Message:
-----------
1808038: Splash screen was always on top hiding all other windows behind (added the -splash argument to specify the image to use for the splasg screen)
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat
trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.sh
Modified: trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat
===================================================================
--- trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat 2010-09-18 16:42:33 UTC (rev 5886)
+++ trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat 2010-09-18 16:45:39 UTC (rev 5887)
@@ -57,7 +57,7 @@
@rem Run with no command window. This may not work with versions of Windows prior to XP.
@rem Remove 'start "SQuirreL SQL Client" /B' for compatibility only if necessary
-start "SQuirreL SQL Client" /B "%LOCAL_JAVA%" -Xmx256m -Dsun.java2d.noddraw=true -cp %SQUIRREL_CP% net.sourceforge.squirrel_sql.client.Main %TMP_PARMS%
+start "SQuirreL SQL Client" /B "%LOCAL_JAVA%" -Xmx256m -Dsun.java2d.noddraw=true -cp %SQUIRREL_CP% -splash:icons/splash.jpg net.sourceforge.squirrel_sql.client.Main %TMP_PARMS%
:ExitForWrongJavaVersion
Modified: trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.sh
===================================================================
--- trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.sh 2010-09-18 16:42:33 UTC (rev 5886)
+++ trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.sh 2010-09-18 16:45:39 UTC (rev 5887)
@@ -120,4 +120,4 @@
buildCPFromDir "$UNIX_STYLE_HOME"
# Launch SQuirreL application
-$JAVACMD -Xmx256m -cp "$CP" $MACOSX_SQUIRREL_PROPS net.sourceforge.squirrel_sql.client.Main --log-config-file "$UNIX_STYLE_HOME"/log4j.properties --squirrel-home "$UNIX_STYLE_HOME" $NATIVE_LAF_PROP $SCRIPT_ARGS
+$JAVACMD -Xmx256m -cp "$CP" $MACOSX_SQUIRREL_PROPS -splash:icons/splash.jpg net.sourceforge.squirrel_sql.client.Main --log-config-file "$UNIX_STYLE_HOME"/log4j.properties --squirrel-home "$UNIX_STYLE_HOME" $NATIVE_LAF_PROP $SCRIPT_ARGS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|