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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 7 00:47:29 PST 2015


Author: martinl
Date: 2015-02-07 00:47:29 -0800 (Sat, 07 Feb 2015)
New Revision: 64490

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: splash screen changed to 2sec

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2015-02-07 08:43:31 UTC (rev 64489)
+++ grass/trunk/gui/wxpython/wxgui.py	2015-02-07 08:47:29 UTC (rev 64490)
@@ -74,7 +74,7 @@
         bitmap = wx.Image(name=os.path.join(globalvar.IMGDIR, "splash_screen.png")).ConvertToBitmap()
         wx.SplashScreen.__init__(self, bitmap,
                                  wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
-                                 1000, parent)
+                                 2000, parent)
         self.Bind(wx.EVT_CLOSE, self.OnExit)
 
         wx.Yield()



More information about the grass-commit mailing list