[GRASS-SVN] r40562 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 20 02:46:02 EST 2010


Author: hamish
Date: 2010-01-20 02:46:01 -0500 (Wed, 20 Jan 2010)
New Revision: 40562

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
shorter splash

Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-20 02:24:51 UTC (rev 40561)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-20 07:46:01 UTC (rev 40562)
@@ -1623,7 +1623,7 @@
         introImage     = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
         introBmp       = introImage.ConvertToBitmap()
         wx.SplashScreen (bitmap=introBmp, splashStyle=wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
-                         milliseconds=3000, parent=None, id=wx.ID_ANY)
+                         milliseconds=2000, parent=None, id=wx.ID_ANY)
         wx.Yield()
         
         # create and show main frame



More information about the grass-commit mailing list