[GRASS-SVN] r43785 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 5 04:14:33 EDT 2010


Author: martinl
Date: 2010-10-05 08:14:33 +0000 (Tue, 05 Oct 2010)
New Revision: 43785

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
cosmetics in wxGUI documentation

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2010-10-04 20:05:59 UTC (rev 43784)
+++ grass/trunk/gui/wxpython/wxgui.py	2010-10-05 08:14:33 UTC (rev 43785)
@@ -1265,6 +1265,7 @@
         self.curr_page.maptree.mapdisplay.Show()
 
     def AddRaster(self, event):
+        """!Add raster to the layer tree"""
         self.notebook.SetSelection(0)
         self.curr_page.maptree.AddLayer('raster')
 
@@ -1514,7 +1515,7 @@
         
     def OnInit(self):
         """!Initialize all available image handlers
-
+        
         @return True
         """
         wx.InitAllImageHandlers()



More information about the grass-commit mailing list