[GRASS-SVN] r64577 - grass/branches/releasebranch_7_0/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 11 22:37:13 PST 2015
Author: martinl
Date: 2015-02-11 22:37:13 -0800 (Wed, 11 Feb 2015)
New Revision: 64577
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: remove non-existing modules from menu
(v.convert, v.convert.all, v.in.gps, v.in.gns)
(merge r64573 from trunk)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2015-02-12 06:32:59 UTC (rev 64576)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2015-02-12 06:37:13 UTC (rev 64577)
@@ -305,12 +305,6 @@
<module-item name="v.in.lines">
<label>ASCII points as a vector lines</label>
</module-item>
- <module-item name="v.convert">
- <label>Historical GRASS vector import</label>
- </module-item>
- <module-item name="v.convert.all">
- <label>Historical GRASS vector import (all maps)</label>
- </module-item>
<separator/>
<wxgui-item name="DXFImport"/>
<separator/>
@@ -321,15 +315,9 @@
<module-item name="v.in.e00">
<label>ESRI e00 import</label>
</module-item>
- <module-item name="v.in.gps">
- <label>GPS data import</label>
- </module-item>
<module-item name="v.in.geonames">
<label>Geonames import</label>
</module-item>
- <module-item name="v.in.gns">
- <label>GEOnet import</label>
- </module-item>
<module-item name="v.in.mapgen">
<label>Matlab array or Mapgen format import</label>
</module-item>
More information about the grass-commit
mailing list