[GRASS-SVN] r40357 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 9 09:41:54 EST 2010
Author: hamish
Date: 2010-01-09 09:41:54 -0500 (Sat, 09 Jan 2010)
New Revision: 40357
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
add v.in.lines to gui menu (merge from devbr6)
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-01-09 14:40:08 UTC (rev 40356)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-01-09 14:41:54 UTC (rev 40357)
@@ -196,6 +196,13 @@
<command>v.in.ascii</command>
</menuitem>
<menuitem>
+ <label>ASCII points as a vector lines</label>
+ <help>Creates a lines vector map from an ASCII x,y points file.</help>
+ <keywords>vector,import</keywords>
+ <handler>self.OnMenuCmd</handler>
+ <command>v.in.lines</command>
+ </menuitem>
+ <menuitem>
<label>Old GRASS vector import</label>
<help>Imports older versions of GRASS vector maps.</help>
<keywords>vector,import,conversion</keywords>
More information about the grass-commit
mailing list