浏览代码

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 17 年之前
父节点
当前提交
2e2e1eaa5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}