浏览代码

v.db.addcol renamed to v.db.addcolumn

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 年之前
父节点
当前提交
5079e8e60e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gui/wxpython/xml/menudata.xml

+ 2 - 2
gui/wxpython/xml/menudata.xml

@@ -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>
+</menudata>