[GRASS-SVN] r34442 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 21 22:14:34 EST 2008


Author: hamish
Date: 2008-11-21 22:14:34 -0500 (Fri, 21 Nov 2008)
New Revision: 34442

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix menu (merge from devbr6 + tab to 8spc)

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-11-22 03:08:44 UTC (rev 34441)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-11-22 03:14:34 UTC (rev 34442)
@@ -317,10 +317,10 @@
                                  "self.OnMenuCmd",
                                  "v.out.dxf"),
 
-				(_("Multiple GPS export formats using GPSBabel"),
-				 _("Exports a vector map to a GPS receiver or file format supported by GPSBabel."),
-				 "self.OnMenuCmd",
-				 "v.out.gps"),
+                                (_("Multiple GPS export formats using GPSBabel"),
+                                 _("Exports a vector map to a GPS receiver or file format supported by GPSBabel."),
+                                 "self.OnMenuCmd",
+                                 "v.out.gps"),
 
                                 (_("POV-Ray export"),
                                  _("Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y"),
@@ -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"), (
 
@@ -1656,7 +1656,7 @@
                                  _("Creates Potential Sunshine Hours map."),
                                  "self.OnMenuCmd",
                                  "i.sunhours"),
-	                        ("","","", ""),
+                                ("","","", ""),
 
                                 (_("Albedo"),
                                  _("Albedo from Modis, Aster, Landsat, AVHRR."),
@@ -1667,13 +1667,13 @@
                                  _("14 types of vegetation Indices."),
                                  "self.OnMenuCmd",
                                  "i.vi"),
-	                        ("","","", ""),
+                                ("","","", ""),
 
                                 (_("Emissivity"),
                                  _("Emissivity from NDVI."),
                                  "self.OnMenuCmd",
                                  "i.emissivity"),
-				)
+                                )
                          ),
                         ("","","", ""),
 



More information about the grass-commit mailing list