[GRASS-SVN] r45742 - in grass/branches/develbranch_6/gui: images
wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 23 18:29:03 EDT 2011
Author: martinl
Date: 2011-03-23 15:29:03 -0700 (Wed, 23 Mar 2011)
New Revision: 45742
Added:
grass/branches/develbranch_6/gui/images/silesia_splash.png
Removed:
grass/branches/develbranch_6/gui/images/grass_splash.png
grass/branches/develbranch_6/gui/images/grass_splash.xcf
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
grass_splash -> silesia_splash
Deleted: grass/branches/develbranch_6/gui/images/grass_splash.png
===================================================================
(Binary files differ)
Deleted: grass/branches/develbranch_6/gui/images/grass_splash.xcf
===================================================================
(Binary files differ)
Copied: grass/branches/develbranch_6/gui/images/silesia_splash.png (from rev 45740, grass/trunk/gui/images/silesia_splash.png)
===================================================================
(Binary files differ)
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2011-03-23 22:24:14 UTC (rev 45741)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2011-03-23 22:29:03 UTC (rev 45742)
@@ -1556,7 +1556,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