Browse Source

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 năm trước cách đây
mục cha
commit
2e2e1eaa5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}