[GRASS-SVN] r45740 - in grass/trunk/gui: images wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 23 17:55:27 EDT 2011
Author: martinl
Date: 2011-03-23 14:55:27 -0700 (Wed, 23 Mar 2011)
New Revision: 45740
Removed:
grass/trunk/gui/images/grass_splash.png
grass/trunk/gui/images/grass_splash.xcf
Modified:
grass/trunk/gui/images/silesia_splash.png
grass/trunk/gui/wxpython/wxgui.py
Log:
grass_splash -> silesia_splash
Deleted: grass/trunk/gui/images/grass_splash.png
===================================================================
(Binary files differ)
Deleted: grass/trunk/gui/images/grass_splash.xcf
===================================================================
(Binary files differ)
Modified: grass/trunk/gui/images/silesia_splash.png
===================================================================
(Binary files differ)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2011-03-23 21:54:42 UTC (rev 45739)
+++ grass/trunk/gui/wxpython/wxgui.py 2011-03-23 21:55:27 UTC (rev 45740)
@@ -1504,7 +1504,7 @@
wx.InitAllImageHandlers()
# create splash screen
- introImagePath = os.path.join(globalvar.ETCIMGDIR, "grass_splash.png")
+ introImagePath = os.path.join(globalvar.ETCIMGDIR, "silesia_splash.png")
introImage = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
introBmp = introImage.ConvertToBitmap()
if SC:
More information about the grass-commit
mailing list