Explorar o código

tcltk GUI: use v.type.py instead of v.type.sh

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33026 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=17) %!d(string=hai) anos
pai
achega
2e2e1eaa5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/tcltk/gis.m/gmmenu.tcl

+ 1 - 1
gui/tcltk/gis.m/gmmenu.tcl

@@ -424,7 +424,7 @@ set descmenu [subst  {
 		{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}