[GRASS-SVN] r40564 - grass/branches/releasebranch_6_4/gui/wxpython

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


Author: hamish
Date: 2010-01-20 02:50:24 -0500 (Wed, 20 Jan 2010)
New Revision: 40564

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
longer splash (merge from trunk)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-01-20 07:46:53 UTC (rev 40563)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-01-20 07:50:24 UTC (rev 40564)
@@ -1738,7 +1738,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=1500, 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