[GRASS-SVN] r64455 - in grass/trunk/gui: images wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 4 00:28:21 PST 2015
Author: martinl
Date: 2015-02-04 00:28:21 -0800 (Wed, 04 Feb 2015)
New Revision: 64455
Added:
grass/trunk/gui/images/splash_screen.png
Removed:
grass/trunk/gui/images/silesia_splash.png
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
Update of splash screen to new version (contributed by Vincent BAIN)
(see related r64447)
Deleted: grass/trunk/gui/images/silesia_splash.png
===================================================================
(Binary files differ)
Added: grass/trunk/gui/images/splash_screen.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/gui/images/splash_screen.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2015-02-04 05:42:49 UTC (rev 64454)
+++ grass/trunk/gui/wxpython/wxgui.py 2015-02-04 08:28:21 UTC (rev 64455)
@@ -59,7 +59,7 @@
wx.InitAllImageHandlers()
# create splash screen
- introImagePath = os.path.join(globalvar.IMGDIR, "silesia_splash.png")
+ introImagePath = os.path.join(globalvar.IMGDIR, "splash_screen.png")
introImage = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
introBmp = introImage.ConvertToBitmap()
if SC and sys.platform != 'darwin':
More information about the grass-commit
mailing list