[GRASS-SVN] r45640 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 12 10:39:28 EST 2011
Author: martinl
Date: 2011-03-12 07:39:28 -0800 (Sat, 12 Mar 2011)
New Revision: 45640
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: use default style for splash screen (extrastyle has been removed in 2.8.11)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2011-03-12 04:50:36 UTC (rev 45639)
+++ grass/trunk/gui/wxpython/wxgui.py 2011-03-12 15:39:28 UTC (rev 45640)
@@ -1484,7 +1484,6 @@
introBmp = introImage.ConvertToBitmap()
if SC:
splash = SC.AdvancedSplash(bitmap = introBmp,
- extrastyle = SC.AS_TIMEOUT | SC.AS_CENTER_ON_SCREEN,
timeout = 2000, parent = None, id = wx.ID_ANY)
splash.SetText(_('Starting GRASS GUI...'))
splash.SetTextColour(wx.Colour(45, 52, 27))
More information about the grass-commit
mailing list