[GRASS-SVN] r33026 - grass/trunk/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 23 09:48:15 EDT 2008


Author: martinl
Date: 2008-08-23 09:48:15 -0400 (Sat, 23 Aug 2008)
New Revision: 33026

Modified:
   grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
Log:
tcltk GUI: use v.type.py instead of v.type.sh


Modified: grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-08-23 13:46:46 UTC (rev 33025)
+++ grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-08-23 13:48:15 UTC (rev 33026)
@@ -424,7 +424,7 @@
 		{command {[G_msg "Clean vector"]} {} "v.clean: Clean vector objects" {} -command {execute v.clean }}
 		{command {[G_msg "Generalization"]} {} "v.generalize: Smooth, simplify, displace, or generalize a vector map" {} -command {execute v.generalize }}
 		{separator}
-		{command {[G_msg "Convert object types"]} {} "v.type: Convert vector objects from one feature type to another" {} -command {execute $env(GISBASE)/etc/gui/scripts/v.type.sh }}
+		{command {[G_msg "Convert object types"]} {} "v.type: Convert vector objects from one feature type to another" {} -command {execute $env(GISBASE)/etc/gui/scripts/v.type.py }}
 		{separator}
 		{command {[G_msg "Add centroids"]} {} "v.centroids: Add centroids to closed boundaries to create areas" {} -command {execute v.centroids }}
 		{separator}



More information about the grass-commit mailing list