فهرست منبع

cosmetics in wxGUI documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43785 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 سال پیش
والد
کامیت
8ddb51ea33
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      gui/wxpython/wxgui.py

+ 2 - 1
gui/wxpython/wxgui.py

@@ -1265,6 +1265,7 @@ class GMFrame(wx.Frame):
         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 @@ class GMApp(wx.App):
         
     def OnInit(self):
         """!Initialize all available image handlers
-
+        
         @return True
         """
         wx.InitAllImageHandlers()