[GRASS-SVN] r40394 - in grass/branches/releasebranch_6_4/gui/wxpython: . images

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 12 14:47:31 EST 2010


Author: hamish
Date: 2010-01-12 14:47:31 -0500 (Tue, 12 Jan 2010)
New Revision: 40394

Added:
   grass/branches/releasebranch_6_4/gui/wxpython/images/grass_splash.png
   grass/branches/releasebranch_6_4/gui/wxpython/images/grass_splash.xcf
Removed:
   grass/branches/releasebranch_6_4/gui/wxpython/images/intro.png
   grass/branches/releasebranch_6_4/gui/wxpython/images/intro.xcf
Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
splash screen cosmetics (merge from trunk)

Copied: grass/branches/releasebranch_6_4/gui/wxpython/images/grass_splash.png (from rev 40391, grass/trunk/gui/wxpython/images/grass_splash.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_6_4/gui/wxpython/images/grass_splash.xcf (from rev 40391, grass/trunk/gui/wxpython/images/grass_splash.xcf)
===================================================================
(Binary files differ)

Deleted: grass/branches/releasebranch_6_4/gui/wxpython/images/intro.png
===================================================================
(Binary files differ)

Deleted: grass/branches/releasebranch_6_4/gui/wxpython/images/intro.xcf
===================================================================
(Binary files differ)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-01-12 19:47:06 UTC (rev 40393)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-01-12 19:47:31 UTC (rev 40394)
@@ -1732,7 +1732,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