[GRASS-SVN] r39940 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 7 09:37:14 EST 2009
Author: martinl
Date: 2009-12-07 09:37:14 -0500 (Mon, 07 Dec 2009)
New Revision: 39940
Modified:
grass/trunk/gui/wxpython/gui_modules/help.py
Log:
wxGUI: menu tree window icon
(merge r39939 from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/help.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/help.py 2009-12-07 14:35:31 UTC (rev 39939)
+++ grass/trunk/gui/wxpython/gui_modules/help.py 2009-12-07 14:37:14 UTC (rev 39940)
@@ -63,6 +63,8 @@
wx.Frame.__init__(self, parent = parent, id = id, title = title, **kwargs)
+ self.SetIcon(wx.Icon(os.path.join(globalvar.ETCICONDIR, 'grass.ico'), wx.BITMAP_TYPE_ICO))
+
self.panel = wx.Panel(parent = self, id = wx.ID_ANY)
self.dataBox = wx.StaticBox(parent = self.panel, id = wx.ID_ANY,
label=" %s " % _("Menu tree (double-click to run command)"))
More information about the grass-commit
mailing list