[GRASS-SVN] r40010 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 14 22:14:12 EST 2009


Author: cmbarton
Date: 2009-12-14 22:14:12 -0500 (Mon, 14 Dec 2009)
New Revision: 40010

Modified:
   grass/trunk/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/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-15 03:13:02 UTC (rev 40009)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-15 03:14:12 UTC (rev 40010)
@@ -1710,6 +1710,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