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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 18 08:43:56 EST 2010


Author: hamish
Date: 2010-01-18 08:43:55 -0500 (Mon, 18 Jan 2010)
New Revision: 40525

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
try a longer splash

Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-18 12:52:55 UTC (rev 40524)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-18 13:43:55 UTC (rev 40525)
@@ -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=1500, parent=None, id=wx.ID_ANY)
+                         milliseconds=3000, parent=None, id=wx.ID_ANY)
         wx.Yield()
         
         # create and show main frame



More information about the grass-commit mailing list