[GRASS-SVN] r35084 - grass/branches/develbranch_6/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 28 12:30:41 EST 2008
Author: cmbarton
Date: 2008-12-28 12:30:41 -0500 (Sun, 28 Dec 2008)
New Revision: 35084
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
minor updates to TclTk menu
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2008-12-28 17:26:46 UTC (rev 35083)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2008-12-28 17:30:41 UTC (rev 35084)
@@ -430,9 +430,9 @@
{command {[G_msg "Digitize"]} {} "v.digit: Digitize/edit vector map" {} -command {execute v.digit }}
{command {[G_msg "Edit features"]} {} "v.edit: Edit vector features" {} -command {execute v.edit }}
{separator}
- {command {[G_msg "Create/rebuild topology: "]} {} "v.build: Create or rebuild topology of vector objects" {} -command {execute v.build }}
+ {command {[G_msg "Create/rebuild topology"]} {} "v.build: Create or rebuild topology of vector objects" {} -command {execute v.build }}
{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 }}
+ {command {[G_msg "Smooth or simplify"]} {} "v.generalize: Smooth or simplify lines and boundaries (reduce vertices)" {} -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 }}
{separator}
More information about the grass-commit
mailing list