[GRASS-SVN] r39982 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 13 01:22:21 EST 2009


Author: cmbarton
Date: 2009-12-13 01:22:20 -0500 (Sun, 13 Dec 2009)
New Revision: 39982

Modified:
   grass/branches/releasebranch_6_4/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/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-12-12 20:53:43 UTC (rev 39981)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-12-13 06:22:20 UTC (rev 39982)
@@ -1551,6 +1551,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>
 	      <handler>self.OnMenuCmd</handler>



More information about the grass-commit mailing list