Revision: 5888
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5888&view=rev
Author: manningr
Date: 2010-09-18 18:36:54 +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-other-installer/src/test/resources/squirrel-sql.sh
Modified: trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/squirrel-sql.sh
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/squirrel-sql.sh 2010-09-18 16:45:39 UTC (rev 5887)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/squirrel-sql.sh 2010-09-18 18:36:54 UTC (rev 5888)
@@ -105,4 +105,4 @@
fi
# Launch SQuirreL application
-$JAVACMD -Xmx256m -cp "$TMP_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 "$TMP_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.
|