[GRASS-SVN] r39979 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 11 07:27:30 EST 2009
Author: mmetz
Date: 2009-12-11 07:27:30 -0500 (Fri, 11 Dec 2009)
New Revision: 39979
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
v.db.addcol renamed to v.db.addcolumn
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2009-12-11 12:10:54 UTC (rev 39978)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2009-12-11 12:27:30 UTC (rev 39979)
@@ -2735,7 +2735,7 @@
<help>Adds one or more columns to the attribute table connected to a given vector map</help>
<keywords>vector,database,attribute table</keywords>
<handler>self.OnMenuCmd</handler>
- <command>v.db.addcol</command>
+ <command>v.db.addcolumn</command>
</menuitem>
<menuitem>
<label>Change values</label>
@@ -2841,4 +2841,4 @@
</items>
</menu>
</menubar>
-</menudata>
\ No newline at end of file
+</menudata>
More information about the grass-commit
mailing list