Forráskód Böngészése

cosmetics in wxGUI documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43785 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 éve
szülő
commit
8ddb51ea33
1 módosított fájl, 2 hozzáadás és 1 törlés
  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()