[GRASS-SVN] r50863 - in grass/trunk/gui: icons wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 18 07:55:55 EST 2012


Author: martinl
Date: 2012-02-18 04:55:55 -0800 (Sat, 18 Feb 2012)
New Revision: 50863

Added:
   grass/trunk/gui/icons/grass-64x64.png
Modified:
   grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
add grass-64x64 logo (png)

Added: grass/trunk/gui/icons/grass-64x64.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass-64x64.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py	2012-02-18 11:42:46 UTC (rev 50862)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py	2012-02-18 12:55:55 UTC (rev 50863)
@@ -398,10 +398,10 @@
         infoGridSizer = wx.GridBagSizer(vgap = 5, hgap = 5)
         infoGridSizer.AddGrowableCol(0)
         infoGridSizer.AddGrowableCol(1)
-        logo = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass.ico")
+        logo = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass-64x64.png")
         logoBitmap = wx.StaticBitmap(parent = infoTxt, id = wx.ID_ANY,
                                      bitmap = wx.Bitmap(name = logo,
-                                                        type = wx.BITMAP_TYPE_ICO))
+                                                        type = wx.BITMAP_TYPE_PNG))
         infoSizer.Add(item = logoBitmap, proportion = 0,
                       flag = wx.ALL | wx.ALIGN_CENTER, border = 25)
         



More information about the grass-commit mailing list