[GRASS-SVN] r42200 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 9 16:54:53 EDT 2010
Author: martinl
Date: 2010-05-09 16:54:53 -0400 (Sun, 09 May 2010)
New Revision: 42200
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: update menu, there is no v.digit
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-05-09 20:50:28 UTC (rev 42199)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-05-09 20:54:53 UTC (rev 42200)
@@ -1837,13 +1837,6 @@
<handler>OnNewVector</handler>
</menuitem>
<menuitem>
- <label>Digitize vector map (requires TclTk)</label>
- <help>Interactive editing and digitization of vector maps.</help>
- <keywords>vector,editing,digitization</keywords>
- <handler>OnMenuCmd</handler>
- <command>v.digit</command>
- </menuitem>
- <menuitem>
<label>Edit vector map (non-interactively)</label>
<help>Edits a vector map, allows adding, deleting and modifying selected vector features.</help>
<keywords>vector,editing,geometry</keywords>
@@ -1875,10 +1868,10 @@
<separator />
<menuitem>
<label>Convert object types</label>
- <help>Change the type of geometry elements</help>
+ <help>Changes type of vector features.</help>
<keywords>vector,geometry</keywords>
<handler>OnMenuCmd</handler>
- <command>v.type_wrapper.sh</command>
+ <command>v.type</command>
</menuitem>
<separator />
<menuitem>
More information about the grass-commit
mailing list