[GRASS-SVN] r40391 - in grass/trunk/gui/wxpython: . images
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 12 14:35:49 EST 2010
Author: hamish
Date: 2010-01-12 14:35:48 -0500 (Tue, 12 Jan 2010)
New Revision: 40391
Added:
grass/trunk/gui/wxpython/images/grass_splash.png
grass/trunk/gui/wxpython/images/grass_splash.xcf
Removed:
grass/trunk/gui/wxpython/images/intro.png
grass/trunk/gui/wxpython/images/intro.xcf
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
splash screen cosmetics
Copied: grass/trunk/gui/wxpython/images/grass_splash.png (from rev 40386, grass/trunk/gui/wxpython/images/intro.png)
===================================================================
(Binary files differ)
Copied: grass/trunk/gui/wxpython/images/grass_splash.xcf (from rev 40386, grass/trunk/gui/wxpython/images/intro.xcf)
===================================================================
(Binary files differ)
Deleted: grass/trunk/gui/wxpython/images/intro.png
===================================================================
(Binary files differ)
Deleted: grass/trunk/gui/wxpython/images/intro.xcf
===================================================================
(Binary files differ)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2010-01-12 19:15:28 UTC (rev 40390)
+++ grass/trunk/gui/wxpython/wxgui.py 2010-01-12 19:35:48 UTC (rev 40391)
@@ -1564,7 +1564,7 @@
wx.InitAllImageHandlers()
# create splash screen
- introImagePath = os.path.join(globalvar.ETCWXDIR, "images", "intro.png")
+ introImagePath = os.path.join(globalvar.ETCWXDIR, "images", "grass_splash.png")
introImage = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
introBmp = introImage.ConvertToBitmap()
wx.SplashScreen (bitmap=introBmp, splashStyle=wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
More information about the grass-commit
mailing list