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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 21 08:42:08 EST 2008


Author: martinl
Date: 2008-11-21 08:42:08 -0500 (Fri, 21 Nov 2008)
New Revision: 34422

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix menu


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-11-21 11:21:52 UTC (rev 34421)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-11-21 13:42:08 UTC (rev 34422)
@@ -772,12 +772,12 @@
                                  _("Line-of-sight raster analysis program."),
                                  "self.OnMenuCmd",
                                  "r.los"),
-                                )
 
                                 (_("Distance to features"),
                                  _("Generates a raster map layer of distance to features in input layer."),
                                  "self.OnMenuCmd",
                                  "r.grow.distance"),
+                                )
                          ),
                         (_("Transform features"), (
 



More information about the grass-commit mailing list