[GRASS-SVN] r39939 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 7 09:35:32 EST 2009
Author: martinl
Date: 2009-12-07 09:35:31 -0500 (Mon, 07 Dec 2009)
New Revision: 39939
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py
Log:
wxGUI: menu tree window icon
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py 2009-12-07 14:29:40 UTC (rev 39938)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py 2009-12-07 14:35:31 UTC (rev 39939)
@@ -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