[GRASS-SVN] r40563 - grass/trunk/gui/wxpython

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


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

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
longer splash

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2010-01-20 07:46:01 UTC (rev 40562)
+++ grass/trunk/gui/wxpython/wxgui.py	2010-01-20 07:46:53 UTC (rev 40563)
@@ -1570,7 +1570,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