[GRASS-SVN] r40009 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 14 22:13:05 EST 2009
Author: cmbarton
Date: 2009-12-14 22:13:02 -0500 (Mon, 14 Dec 2009)
New Revision: 40009
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
Added TclTk v.digit to menu so that Windows users have access to digitization even if msys command line not loaded.
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-12-15 02:32:08 UTC (rev 40008)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-12-15 03:13:02 UTC (rev 40009)
@@ -1774,6 +1774,13 @@
<handler>self.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>self.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>
More information about the grass-commit
mailing list