[GRASS-SVN] r49569 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 6 12:31:05 EST 2011


Author: martinl
Date: 2011-12-06 09:31:04 -0800 (Tue, 06 Dec 2011)
New Revision: 49569

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI/extension: define window icon
		 (merge r49568 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-12-06 17:29:51 UTC (rev 49568)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-12-06 17:31:04 UTC (rev 49569)
@@ -799,6 +799,7 @@
         self.options = dict() # list of options
         
         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)
 



More information about the grass-commit mailing list